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

Method show

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

Source from the content-addressed store, hash-verified

2559
2560 /// Displays the current form on the screen
2561 public void show() {
2562 Display.impl.onShow(this);
2563 show(false);
2564 }
2565
2566 /// Displays the current form on the screen, this version of the method is
2567 /// useful for "back" navigation since it reverses the direction of the transition.

Callers 15

showRSSEntryMethod · 0.95
showInfiniteBlockingMethod · 0.95
showLogMethod · 0.95
showAuthenticationMethod · 0.95
shareMethod · 0.95
shareMethod · 0.95
showBackMethod · 0.95
actionPerformedMethod · 0.95
reloadFormMethod · 0.95
runMethod · 0.95
actionPerformedMethod · 0.95
runAppMethod · 0.95

Calls 8

onShowMethod · 0.95
initLafMethod · 0.95
getUIManagerMethod · 0.95
initFocusedMethod · 0.95
getParentMethod · 0.65
setCurrentMethod · 0.45
getInstanceMethod · 0.45