public interface ICheckBoxObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
returns the value
|
boolean |
hasEvent()
returns whether to fire an event
|
boolean |
ischecked()
returns the check flag
|
void |
setChecked(boolean checked)
set checked
|