com.vaadin.shared.ui.splitpanel
Class AbstractSplitPanelState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HorizontalSplitPanelState, VerticalSplitPanelState

public class AbstractSplitPanelState
extends AbstractComponentState

See Also:
Serialized Form

Nested Class Summary
static class AbstractSplitPanelState.SplitterState
           
 
Field Summary
 Connector firstChild
           
 Connector secondChild
           
 AbstractSplitPanelState.SplitterState splitterState
           
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
AbstractSplitPanelState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstChild

public Connector firstChild

secondChild

public Connector secondChild

splitterState

public AbstractSplitPanelState.SplitterState splitterState
Constructor Detail

AbstractSplitPanelState

public AbstractSplitPanelState()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.