public interface ICheckboxButton extends IButtonElement
Modifier and Type | Method and Description |
---|---|
boolean |
isOn()
Is the checkbox currently enabled?
|
void |
setOn(boolean on)
Set the position of the checkbox.
|
boolean |
toggle()
Toggles the checkbox.
|
isEnabled, setEnabled
getText, setText, setTextColor
setBackgroundDrawable
boolean toggle()
ICheckboxButton
.void setOn(boolean on)
on
- Will be set to the "on" position, if true.boolean isOn()
true
if it is.