public static class UICheckBox.CheckEvent extends ComponentEvent.ValueChange<UICheckBox,java.lang.Boolean>
UICheckBox
is checked or unchecked.UICheckbox
yet.UICheckbox
.ComponentEvent.ValueChange<T extends UIComponent,S>
newValue, oldValue
component
Constructor and Description |
---|
UICheckBox.CheckEvent(UICheckBox component,
boolean checked) |
Modifier and Type | Method and Description |
---|---|
boolean |
isChecked() |
getNewValue, getOldValue
getComponent, isFrom
cancel, isCancelled
public UICheckBox.CheckEvent(UICheckBox component, boolean checked)