| thinwire.ui.CheckedComponent
All known Subclasses: thinwire.ui.RadioButton, thinwire.ui.CheckBox,
CheckedComponent | public interface CheckedComponent extends TextComponent(Code) | | author: Joshua J. Gertzen |
Method Summary | |
public boolean | isChecked() Return whether the CheckBox is checked. | public void | setChecked(boolean checked) Programmatically sets or clears the checkbox. |
PROPERTY_CHECKED | final public static String PROPERTY_CHECKED(Code) | | |
isChecked | public boolean isChecked()(Code) | | Return whether the CheckBox is checked.
whether the box is checked. |
setChecked | public void setChecked(boolean checked)(Code) | | Programmatically sets or clears the checkbox.
Parameters: checked - true to set this CheckBox, false to clear it. |
|
|