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

Method setScrollVisible

CodenameOne/src/com/codename1/ui/Form.java:4118–4121  ·  view source on GitHub ↗
(boolean isScrollVisible)

Source from the content-addressed store, hash-verified

4116
4117 /// {@inheritDoc}
4118 @Override
4119 public void setScrollVisible(boolean isScrollVisible) {
4120 getContentPane().setScrollVisible(isScrollVisible);
4121 }
4122
4123 /// {@inheritDoc}
4124 @Override

Callers 15

TabsMethod · 0.45
Spinner3DMethod · 0.45
invoke3Method · 0.45
invoke3Method · 0.45
invoke0Method · 0.45
invoke4Method · 0.45
invoke5Method · 0.45
invoke7Method · 0.45

Calls 1

getContentPaneMethod · 0.95

Tested by 1

invoke3Method · 0.36