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

Method showDialog

CodenameOne/src/com/codename1/ui/Dialog.java:1865–1870  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1863 ///
1864 /// last command pressed in the modal dialog
1865 @Override
1866 public Command showDialog() {
1867 lastCommandPressed = null;
1868 show();
1869 return lastCommandPressed;
1870 }
1871
1872 /// Invoked to allow subclasses of form to handle a command from one point
1873 /// rather than implementing many command instances

Callers 2

showModelessMethod · 0.95
openAlertDialogMethod · 0.95

Calls 1

showMethod · 0.95

Tested by

no test coverage detected