com.vaadin.terminal.gwt.client.ui.root
Class RootState

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.root.RootState
All Implemented Interfaces:
Serializable

public class RootState
extends ComponentState

See Also:
Serialized Form

Constructor Summary
RootState()
           
 
Method Summary
 Connector getContent()
           
 void setContent(Connector content)
           
 
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

RootState

public RootState()
Method Detail

getContent

public Connector getContent()

setContent

public void setContent(Connector content)


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