com.vaadin.terminal.gwt.client.ui.customlayout
Class CustomLayoutState

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.customlayout.CustomLayoutState
All Implemented Interfaces:
Serializable

public class CustomLayoutState
extends AbstractLayoutState

See Also:
Serialized Form

Constructor Summary
CustomLayoutState()
           
 
Method Summary
 Map<Connector,String> getChildLocations()
           
 String getTemplateContents()
           
 String getTemplateName()
           
 void setChildLocations(Map<Connector,String> childLocations)
           
 void setTemplateContents(String templateContents)
           
 void setTemplateName(String templateName)
           
 
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
 

Constructor Detail

CustomLayoutState

public CustomLayoutState()
Method Detail

getTemplateContents

public String getTemplateContents()

setTemplateContents

public void setTemplateContents(String templateContents)

getTemplateName

public String getTemplateName()

setTemplateName

public void setTemplateName(String templateName)

getChildLocations

public Map<Connector,String> getChildLocations()

setChildLocations

public void setChildLocations(Map<Connector,String> childLocations)


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