Class FormLayoutState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.AbstractLayoutState
-
- com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
-
- com.vaadin.shared.ui.orderedlayout.FormLayoutState
-
- All Implemented Interfaces:
Serializable
public class FormLayoutState extends AbstractOrderedLayoutState
Shared state for the FormLayout component.- Since:
- 7.6
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
AbstractOrderedLayoutState.ChildComponentData
-
-
Field Summary
-
Fields inherited from class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
childData, marginsBitmask, spacing
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description FormLayoutState()
-