Package com.vaadin.shared.ui.splitpanel
Class AbstractSplitPanelState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HorizontalSplitPanelState
,VerticalSplitPanelState
public class AbstractSplitPanelState extends AbstractComponentState
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractSplitPanelState.SplitterState
-
Field Summary
Fields Modifier and Type Field Description Connector
firstChild
Connector
secondChild
AbstractSplitPanelState.SplitterState
splitterState
-
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 AbstractSplitPanelState()
-
-
-
Field Detail
-
firstChild
public Connector firstChild
-
secondChild
public Connector secondChild
-
splitterState
public AbstractSplitPanelState.SplitterState splitterState
-
-