CheckboxControlpublic interface CheckBoxView
| Modifier and Type | Method | Description |
|---|---|---|
void |
publish(CheckBoxStateChangedEvent event) |
Publish this event.
|
void |
update(boolean checked) |
Update the View with the new state.
|
void update(boolean checked)
checked - new state of the checkboxvoid publish(CheckBoxStateChangedEvent event)
event - the event to publishCopyright © 2018. All rights reserved.