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

Method Button

CodenameOne/src/com/codename1/ui/Button.java:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99 /// Constructs a button with an empty string for its text.
100 public Button() {
101 this("");
102 }
103
104 /// Constructs a button with the specified text.
105 ///

Callers

nothing calls this directly

Calls 15

addActionListenerMethod · 0.95
updateCommandMethod · 0.95
getInstanceMethod · 0.95
isCapsTextMethod · 0.95
setUIIDFinalMethod · 0.80
getThemeConstantMethod · 0.80
setRippleEffectMethod · 0.80
getIconMethod · 0.65
setEnabledMethod · 0.65
isEnabledMethod · 0.65
setMaterialIconMethod · 0.65
setFocusableMethod · 0.65

Tested by

no test coverage detected