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

Method setMenu

CodenameOne/src/com/codename1/ui/Dialog.java:1924–1926  ·  view source on GitHub ↗
(boolean menu)

Source from the content-addressed store, hash-verified

1922
1923 /// Indicates that this is a menu preventing getCurrent() from ever returning this class
1924 void setMenu(boolean menu) {
1925 this.menu = menu;
1926 }
1927
1928 /// Prevent a menu from adding the select button
1929 void addSelectCommand() {

Callers 1

showMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected