com.vaadin.shared.ui.customlayout
Class CustomLayoutState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.AbstractLayoutState
              extended by com.vaadin.shared.ui.customlayout.CustomLayoutState
All Implemented Interfaces:
java.io.Serializable

public class CustomLayoutState
extends AbstractLayoutState

See Also:
Serialized Form

Field Summary
 java.util.Map<Connector,java.lang.String> childLocations
           
 java.lang.String templateContents
           
 java.lang.String templateName
           
 
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
CustomLayoutState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childLocations

public java.util.Map<Connector,java.lang.String> childLocations

templateContents

public java.lang.String templateContents

templateName

public java.lang.String templateName
Constructor Detail

CustomLayoutState

public CustomLayoutState()


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