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

Method setLayout

CodenameOne/src/com/codename1/ui/Form.java:3201–3207  ·  view source on GitHub ↗
(Layout layout)

Source from the content-addressed store, hash-verified

3199
3200 /// {@inheritDoc}
3201 @Override
3202 public void setLayout(Layout layout) {
3203 if (layout instanceof BorderLayout) {
3204 setScrollable(false);
3205 }
3206 contentPane.setLayout(layout);
3207 }
3208
3209 /// When set to true the physical back button will minimize the application
3210 ///

Callers 15

showRSSEntryMethod · 0.95
showLogMethod · 0.95
showAuthenticationMethod · 0.95
shareMethod · 0.95
shareMethod · 0.95
createMenuMethod · 0.95
showContainerImplMethod · 0.95
startMethod · 0.95
runMethod · 0.95
UserInterfaceEditorMethod · 0.95
runMethod · 0.95
getWebViewMethod · 0.95

Calls 1

setScrollableMethod · 0.95

Tested by 15

runTestMethod · 0.76
showWebViewMethod · 0.76
startMethod · 0.76
startMethod · 0.76
startMethod · 0.76
testSetLoopMethod · 0.76