com.vaadin.terminal.gwt.client.ui.orderedlayout
Class AbstractOrderedLayoutState

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.SharedState
      extended by com.vaadin.terminal.gwt.client.ComponentState
          extended by com.vaadin.terminal.gwt.client.ui.AbstractLayoutState
              extended by com.vaadin.terminal.gwt.client.ui.orderedlayout.AbstractOrderedLayoutState
All Implemented Interfaces:
Serializable

public class AbstractOrderedLayoutState
extends AbstractLayoutState

See Also:
Serialized Form

Nested Class Summary
static class AbstractOrderedLayoutState.ChildComponentData
           
 
Field Summary
 HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData> childData
           
 
Constructor Summary
AbstractOrderedLayoutState()
           
 
Method Summary
 HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData> getChildData()
           
 boolean isSpacing()
           
 void setChildData(HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData> childData)
           
 void setSpacing(boolean spacing)
           
 
Methods inherited from class com.vaadin.terminal.gwt.client.ui.AbstractLayoutState
getMarginsBitmask, setMarginsBitmask
 
Methods inherited from class com.vaadin.terminal.gwt.client.ComponentState
addRegisteredEventListener, getCaption, getDebugId, getDescription, getErrorMessage, getHeight, getIcon, getRegisteredEventListeners, getStyles, getWidth, hasDescription, hasStyles, isImmediate, isReadOnly, isUndefinedHeight, isUndefinedWidth, isVisible, removeRegisteredEventListener, setCaption, setDebugId, setDescription, setErrorMessage, setHeight, setIcon, setImmediate, setReadOnly, setRegisteredEventListeners, setStyles, setVisible, setWidth
 
Methods inherited from class com.vaadin.terminal.gwt.client.communication.SharedState
isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childData

public HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData> childData
Constructor Detail

AbstractOrderedLayoutState

public AbstractOrderedLayoutState()
Method Detail

getChildData

public HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData> getChildData()

setChildData

public void setChildData(HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData> childData)

isSpacing

public boolean isSpacing()

setSpacing

public void setSpacing(boolean spacing)


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