Example usage for Java com.vaadin.ui CheckBox fields, constructors, methods, implement or subclass
The text is from its open source code.
CheckBox() Creates a new checkbox. | |
CheckBox(String caption) Creates a new checkbox with a set caption. | |
CheckBox(String caption, boolean initialState) Creates a new checkbox with a caption and a set initial state. |
Boolean | getValue() |
void | setValue(Boolean value) Sets the value of this CheckBox. |