|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CheckBox
Interface for checkboxes.
Method Summary | |
---|---|
boolean |
isChecked()
|
void |
setChecked(boolean checked)
Checks or unchecks button. |
void |
setEnabled(boolean enabled)
Enables/disables the checkbox. |
void |
setLabel(java.lang.String text)
Set the button's text label. |
void |
setOnChange(java.lang.String callback)
Sets the change method called when button is clicked. |
Methods inherited from interface com.leafdigital.ui.api.Widget |
---|
getID, getOwner, informClosed, isVisible, setOwner, setVisible |
Methods inherited from interface com.leafdigital.ui.api.SupportsBaseGroup |
---|
setBaseGroup |
Method Detail |
---|
void setLabel(java.lang.String text)
text
- Text for labelvoid setChecked(boolean checked)
checked
- New checked valueboolean isChecked()
void setEnabled(boolean enabled)
enabled
- New enabled value@UICallback void setOnChange(java.lang.String callback)
callback
- Name of method
BugException
- If method doesn't exist etc.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |