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

Method setScrollable

CodenameOne/src/com/codename1/ui/Dialog.java:1396–1399  ·  view source on GitHub ↗
(boolean scrollable)

Source from the content-addressed store, hash-verified

1394
1395 /// {@inheritDoc}
1396 @Override
1397 public void setScrollable(boolean scrollable) {
1398 getContentPane().setScrollable(scrollable);
1399 }
1400
1401 /// The default version of show modal shows the dialog occupying the center portion
1402 /// of the screen.

Callers 3

actionPerformedMethod · 0.95
createPopupDialogMethod · 0.95
showMenuMethod · 0.95

Calls 2

getContentPaneMethod · 0.95
setScrollableMethod · 0.65

Tested by

no test coverage detected