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

Method getBackCommand

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

Source from the content-addressed store, hash-verified

1529 ///
1530 /// the command to treat as the back Command
1531 public Command getBackCommand() {
1532 return menuBar.getBackCommand();
1533 }
1534
1535 /// Indicates the command that is defined as the back command out of this form.
1536 /// A back command can be used both to map to a hardware button (e.g. on the Sony Ericsson devices)

Callers 15

refreshThemeMethod · 0.95
fireActionEventMethod · 0.95
reloadFormMethod · 0.95
createFormMethod · 0.95
showFormMethod · 0.95
goBackMethod · 0.95
runBackCommandMethod · 0.95
onOptionsItemSelectedMethod · 0.95
actionCommandImplMethod · 0.45
showPopupDialogMethod · 0.45

Calls

no outgoing calls

Tested by 4

goBackMethod · 0.76
eventPointerReleasedMethod · 0.36