com.vaadin.terminal.gwt.client.ui.panel
Class PanelState

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.panel.PanelState
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WindowState

public class PanelState
extends ComponentState

See Also:
Serialized Form

Constructor Summary
PanelState()
           
 
Method Summary
 int getScrollLeft()
           
 int getScrollTop()
           
 int getTabIndex()
           
 void setScrollLeft(int scrollLeft)
           
 void setScrollTop(int scrollTop)
           
 void setTabIndex(int tabIndex)
           
 
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

PanelState

public PanelState()
Method Detail

getTabIndex

public int getTabIndex()

setTabIndex

public void setTabIndex(int tabIndex)

getScrollLeft

public int getScrollLeft()

setScrollLeft

public void setScrollLeft(int scrollLeft)

getScrollTop

public int getScrollTop()

setScrollTop

public void setScrollTop(int scrollTop)


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