Package com.vaadin.v7.shared
Class AbstractLegacyComponentState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.v7.shared.AbstractLegacyComponentState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractFieldState,CalendarState,ColorPickerGradientState,ColorPickerGridState,ColorPickerState,LabelState,UploadState
@Deprecated public class AbstractLegacyComponentState extends AbstractComponentState
Deprecated.only used for Vaadin 7 compatiblity componentsShared state for AbstractLegacyComponent.- Since:
- 8.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description booleanimmediateDeprecated.booleanreadOnlyDeprecated.-
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 AbstractLegacyComponentState()Deprecated.
-
-
-
Field Detail
-
immediate
@NoLayout public boolean immediate
Deprecated.
-
readOnly
public boolean readOnly
Deprecated.
-
-