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

Method isMenu

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

Source from the content-addressed store, hash-verified

1916
1917 /// Indicates that this is a menu preventing getCurrent() from ever returning this class
1918 @Override
1919 boolean isMenu() {
1920 return menu;
1921 }
1922
1923 /// Indicates that this is a menu preventing getCurrent() from ever returning this class
1924 void setMenu(boolean menu) {

Callers 1

repaintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected