com.vaadin.shared.ui.absolutelayout
Class AbsoluteLayoutState

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

public class AbsoluteLayoutState
extends AbstractLayoutState

See Also:
Serialized Form

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

Field Detail

connectorToCssPosition

public java.util.Map<java.lang.String,java.lang.String> connectorToCssPosition
Constructor Detail

AbsoluteLayoutState

public AbsoluteLayoutState()


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