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

Method isCommandList

CodenameOne/src/com/codename1/ui/List.java:666–668  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664 ///
665 /// true if the list is treated as a command list
666 public boolean isCommandList() {
667 return commandList;
668 }
669
670 /// Indicates that the list should be treated as a list of commands, if the
671 /// user "clicks" a command from the list its action performed method is invoked.

Callers 3

fireActionEventMethod · 0.95
createPopupListMethod · 0.80
invoke5Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected