Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
showRSSEntry
Method · 0.95
showLog
Method · 0.95
showAuthentication
Method · 0.95
share
Method · 0.95
share
Method · 0.95
setLayout
Method · 0.95
createMenu
Method · 0.95
runMorphTransitionSnippet
Method · 0.95
capturePhoto
Method · 0.95
start
Method · 0.95
showAnotherForm
Method · 0.95
start
Method · 0.95
Calls
2
getContentPane
Method · 0.95
setScrollable
Method · 0.65
Tested by
3
showAnotherForm
Method · 0.76
testLeadComponentDropListener
Method · 0.76
testTableLayoutDefaultSizing
Method · 0.76