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

Method back

CodenameOne/src/com/codename1/ui/Sheet.java:1172–1174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1170 ///
1171 /// - #back(int)
1172 public void back() {
1173 back(DEFAULT_TRANSITION_DURATION);
1174 }
1175
1176 /// Goes back to the parent sheet with a slide animation of given duration. If there
1177 /// is no parent sheet, then this will close the sheet.

Callers 4

actionPerformedMethod · 0.95
finishMethod · 0.95

Calls 3

fireBackEventMethod · 0.95
hideMethod · 0.95
showMethod · 0.65