public class CheckBoxWidget extends EasyFormComponent<com.twosigma.beakerx.widget.Checkbox>
widget
Constructor and Description |
---|
CheckBoxWidget() |
CheckBoxWidget(java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkValue(java.lang.Object value)
Throw IllegalArgumentException if such value can't be set to this component
|
void |
setValue(java.lang.Object value) |
addOnChangeListener, addOnInitListener, clearListeners, close, fireChanged, fireInit, formatValue, getComm, getLabel, getValue, getWidget, isButton, isEnabled, onChange, onInit, registerUpdateValueCallback, removeOnChangeListener, removeOnInitListener, setEnabled, setLabel
public CheckBoxWidget()
public CheckBoxWidget(java.lang.String description)
public void setValue(java.lang.Object value)
setValue
in class EasyFormComponent<com.twosigma.beakerx.widget.Checkbox>
protected boolean checkValue(java.lang.Object value)
EasyFormComponent
checkValue
in class EasyFormComponent<com.twosigma.beakerx.widget.Checkbox>
value
- object with data to be set