Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addActionListener
Method · 0.95
updateCommand
Method · 0.95
getInstance
Method · 0.95
isCapsText
Method · 0.95
setUIIDFinal
Method · 0.80
getThemeConstant
Method · 0.80
setRippleEffect
Method · 0.80
getIcon
Method · 0.65
setEnabled
Method · 0.65
isEnabled
Method · 0.65
setMaterialIcon
Method · 0.65
setFocusable
Method · 0.65
Tested by
no test coverage detected