|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface CheckBox
The CheckBox interface is the Nifty control API view of a Nifty CheckBox control.
Method Summary | |
---|---|
void |
check()
Check this CheckBox. |
boolean |
isChecked()
Returns the current State of this CheckBox. |
void |
setChecked(boolean state)
Set the state of this CheckBox to the given state. |
void |
toggle()
Toggle this CheckBox state. |
void |
uncheck()
Uncheck this CheckBox. |
Methods inherited from interface de.lessvoid.nifty.controls.NiftyControl |
---|
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth |
Method Detail |
---|
void check()
void uncheck()
void setChecked(boolean state)
state
- true = checked, false = uncheckedboolean isChecked()
void toggle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |