MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / setScrollable

Method setScrollable

CodenameOne/src/com/codename1/ui/Form.java:4622–4625  ·  view source on GitHub ↗
(boolean scrollable)

Source from the content-addressed store, hash-verified

4620
4621 /// {@inheritDoc}
4622 @Override
4623 public void setScrollable(boolean scrollable) {
4624 getContentPane().setScrollable(scrollable);
4625 }
4626
4627 /// {@inheritDoc}
4628 @Override

Callers 15

showRSSEntryMethod · 0.95
showLogMethod · 0.95
showAuthenticationMethod · 0.95
shareMethod · 0.95
shareMethod · 0.95
setLayoutMethod · 0.95
createMenuMethod · 0.95
capturePhotoMethod · 0.95
startMethod · 0.95
showAnotherFormMethod · 0.95
startMethod · 0.95

Calls 2

getContentPaneMethod · 0.95
setScrollableMethod · 0.65

Tested by 3

showAnotherFormMethod · 0.76