Package com.vaadin.shared
Class AbstractFieldState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.TabIndexState
-
- com.vaadin.shared.AbstractFieldState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractColorPickerState,AbstractDateFieldState,AbstractListingState,AbstractTextFieldState,CheckBoxState,ColorPickerGradientState,ColorPickerGridState,CustomFieldState,ProgressBarState,RichTextAreaState,SliderState
public class AbstractFieldState extends TabIndexState
State for components that can show the required indicator.- Since:
- 8.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description booleanreadOnlyIs the field read-only or not.booleanrequiredIs the required indicator visible or not.-
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 AbstractFieldState()
-