com.vaadin.terminal.gwt.client.ui.absolutelayout
Class AbsoluteLayoutState

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.absolutelayout.AbsoluteLayoutState
All Implemented Interfaces:
Serializable

public class AbsoluteLayoutState
extends AbstractLayoutState

See Also:
Serialized Form

Constructor Summary
AbsoluteLayoutState()
           
 
Method Summary
 String getConnectorPosition(Connector connector)
           
 Map<String,String> getConnectorToCssPosition()
           
 void setConnectorToCssPosition(Map<String,String> componentToCssPosition)
           
 
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

AbsoluteLayoutState

public AbsoluteLayoutState()
Method Detail

getConnectorPosition

public String getConnectorPosition(Connector connector)

getConnectorToCssPosition

public Map<String,String> getConnectorToCssPosition()

setConnectorToCssPosition

public void setConnectorToCssPosition(Map<String,String> componentToCssPosition)


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