Package com.vaadin.shared.ui.optiongroup
Class CheckBoxGroupState
-
- All Implemented Interfaces:
Serializable
public class CheckBoxGroupState extends AbstractMultiSelectState
Shared state for the CheckBoxGroup component.- Since:
- 8.0
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
htmlContentAllowed
-
Fields inherited from class com.vaadin.shared.AbstractFieldState
readOnly, required
-
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description CheckBoxGroupState()
-