Uses of Class
com.vaadin.terminal.gwt.client.communication.SharedState

Packages that use SharedState
com.vaadin.terminal   
com.vaadin.terminal.gwt.client   
com.vaadin.terminal.gwt.client.extensions.javascriptmanager   
com.vaadin.terminal.gwt.client.ui   
com.vaadin.terminal.gwt.client.ui.absolutelayout   
com.vaadin.terminal.gwt.client.ui.button   
com.vaadin.terminal.gwt.client.ui.checkbox   
com.vaadin.terminal.gwt.client.ui.csslayout   
com.vaadin.terminal.gwt.client.ui.customfield   
com.vaadin.terminal.gwt.client.ui.customlayout   
com.vaadin.terminal.gwt.client.ui.form   
com.vaadin.terminal.gwt.client.ui.gridlayout   
com.vaadin.terminal.gwt.client.ui.label   
com.vaadin.terminal.gwt.client.ui.orderedlayout   
com.vaadin.terminal.gwt.client.ui.panel   
com.vaadin.terminal.gwt.client.ui.root   
com.vaadin.terminal.gwt.client.ui.splitpanel   
com.vaadin.terminal.gwt.client.ui.textarea   
com.vaadin.terminal.gwt.client.ui.textfield   
com.vaadin.terminal.gwt.client.ui.video   
com.vaadin.terminal.gwt.client.ui.window   
com.vaadin.terminal.gwt.server   
 

Uses of SharedState in com.vaadin.terminal
 

Methods in com.vaadin.terminal that return SharedState
protected  SharedState AbstractClientConnector.createState()
          Creates the shared state bean to be used in server to client communication.
 SharedState AbstractClientConnector.getState()
           
 

Methods in com.vaadin.terminal that return types with arguments of type SharedState
 Class<? extends SharedState> AbstractClientConnector.getStateType()
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client
 class AbstractFieldState
          Shared state for AbstractField.
 class ComponentState
          Default shared state implementation for UI components.
 class JavaScriptExtensionState
           
 

Methods in com.vaadin.terminal.gwt.client that return SharedState
 SharedState Connector.getState()
          Gets the current shared state of the connector.
 

Uses of SharedState in com.vaadin.terminal.gwt.client.extensions.javascriptmanager
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.extensions.javascriptmanager
 class JavaScriptManagerState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui
 class AbstractLayoutState
           
 class AbstractMediaState
           
 class JavaScriptComponentState
           
 

Methods in com.vaadin.terminal.gwt.client.ui that return SharedState
protected  SharedState AbstractConnector.createState()
          Creates a state object with default values for this connector.
static SharedState ConnectorStateFactory.createState(Class<? extends Connector> connector)
          Creates a SharedState using GWT.create for the given connector, based on its () return type.
 SharedState AbstractConnector.getState()
          Returns the shared state object for this connector.
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.absolutelayout
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.absolutelayout
 class AbsoluteLayoutState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.button
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.button
 class ButtonState
          Shared state for Button and NativeButton.
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.checkbox
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.checkbox
 class CheckBoxState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.csslayout
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.csslayout
 class CssLayoutState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.customfield
 

Methods in com.vaadin.terminal.gwt.client.ui.customfield that return SharedState
protected  SharedState CustomFieldConnector.createState()
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.customlayout
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.customlayout
 class CustomLayoutState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.form
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.form
 class FormState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.gridlayout
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.gridlayout
 class GridLayoutState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.label
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.label
 class LabelState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.orderedlayout
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.orderedlayout
 class AbstractOrderedLayoutState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.panel
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.panel
 class PanelState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.root
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.root
 class RootState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.splitpanel
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.splitpanel
 class AbstractSplitPanelState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.textarea
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.textarea
 class TextAreaState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.textfield
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.textfield
 class AbstractTextFieldState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.video
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.video
 class VideoState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.client.ui.window
 

Subclasses of SharedState in com.vaadin.terminal.gwt.client.ui.window
 class WindowState
           
 

Uses of SharedState in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server that return SharedState
 SharedState DragAndDropService.getState()
           
 

Methods in com.vaadin.terminal.gwt.server that return types with arguments of type SharedState
 Class<? extends SharedState> DragAndDropService.getStateType()
           
 Class<? extends SharedState> ClientConnector.getStateType()
          Returns the type of the shared state for this connector
 



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