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

Method getPreviousForm

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

Source from the content-addressed store, hash-verified

1399
1400 /// Allows the display to skip the menu dialog if that is the current form
1401 Form getPreviousForm() {
1402 return previousForm;
1403 }
1404
1405 void setPreviousForm(Form previousForm) {
1406 this.previousForm = previousForm;

Callers 3

setCurrentMethod · 0.95
getCurrentMethod · 0.95
initDialogBgPainterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected