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

Method showBack

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

Source from the content-addressed store, hash-verified

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.
2568 public void showBack() {
2569 show(true);
2570 }
2571
2572 /// Displays the current form on the screen
2573 private void show(boolean reverse) {

Callers 15

backMethod · 0.95
actionPerformedMethod · 0.95
runTestsMethod · 0.95
runTransitionsDemoMethod · 0.95
showMethod · 0.95
showFormMethod · 0.95
start_oldMethod · 0.95
startMethod · 0.95
showFormMethod · 0.95
testUIFragmentMethod · 0.95
ButtonFormMethod · 0.95
ShaiFormMethod · 0.95

Calls 1

showMethod · 0.95

Tested by 10

runTestsMethod · 0.76
ButtonFormMethod · 0.76
ShaiFormMethod · 0.76
showFormMethod · 0.76
ShaiFormMethod · 0.76
actionPerformedMethod · 0.36
actionPerformedMethod · 0.36
goBackMethod · 0.36