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

Method isScrollVisible

CodenameOne/src/com/codename1/ui/Form.java:4112–4115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4110
4111 /// {@inheritDoc}
4112 @Override
4113 public boolean isScrollVisible() {
4114 return getContentPane().isScrollVisible();
4115 }
4116
4117 /// {@inheritDoc}
4118 @Override

Callers 15

getSideGapMethod · 0.45
getSideGapMethod · 0.45
getBottomGapMethod · 0.45
persistToXMLMethod · 0.45
persistComponentMethod · 0.45
createInstanceMethod · 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