Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ setScrollableX
Method
setScrollableX
CodenameOne/src/com/codename1/ui/Form.java:4634–4637 ·
view source on GitHub ↗
(boolean scrollableX)
Source
from the content-addressed store, hash-verified
4632
4633
/// {@inheritDoc}
4634
@Override
4635
public
void
setScrollableX(boolean scrollableX) {
4636
getContentPane().setScrollableX(scrollableX);
4637
}
4638
4639
/// {@inheritDoc}
4640
@Override
Callers
15
start
Method · 0.95
testImageViewerTest2679
Method · 0.95
setTabsLayout
Method · 0.45
HTMLComponent
Method · 0.45
cleanup
Method · 0.45
newLine
Method · 0.45
createComponent
Method · 0.45
createInstance
Method · 0.45
invoke3
Method · 0.45
invoke3
Method · 0.45
invoke0
Method · 0.45
invoke4
Method · 0.45
Calls
1
getContentPane
Method · 0.95
Tested by
3
start
Method · 0.76
testImageViewerTest2679
Method · 0.76
invoke3
Method · 0.36