com.vaadin.terminal.gwt.client.ui
Class AbstractLayoutState

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbsoluteLayoutState, AbstractOrderedLayoutState, CssLayoutState, CustomLayoutState, GridLayoutState

public class AbstractLayoutState
extends ComponentState

See Also:
Serialized Form

Constructor Summary
AbstractLayoutState()
           
 
Method Summary
 int getMarginsBitmask()
           
 void setMarginsBitmask(int marginsBitmask)
           
 
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

AbstractLayoutState

public AbstractLayoutState()
Method Detail

getMarginsBitmask

public int getMarginsBitmask()

setMarginsBitmask

public void setMarginsBitmask(int marginsBitmask)


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