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

Method getSoftButtonCount

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

Source from the content-addressed store, hash-verified

1347 ///
1348 /// the number of softbuttons
1349 public final int getSoftButtonCount() {
1350 return menuBar.getSoftButtons().length;
1351 }
1352
1353 /// Returns the button representing the softbutton, this allows modifying softbutton
1354 /// attributes and behavior programmatically rather than by using the command API.

Callers 7

showPopupDialogMethod · 0.95
showOverflowMenuMethod · 0.95
ProgressMethod · 0.80
actionCommandMethod · 0.80
calcMenuHeightMethod · 0.80
growOrShrinkImplMethod · 0.80
showMenuDialogMethod · 0.80

Calls 1

getSoftButtonsMethod · 0.80

Tested by

no test coverage detected