Uses of Class
com.vaadin.shared.communication.SharedState
-
-
Uses of SharedState in com.vaadin.client
Methods in com.vaadin.client that return SharedState Modifier and Type Method Description SharedState
ServerConnector. getState()
Gets the current shared state of the connector. -
Uses of SharedState in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return SharedState Modifier and Type Method Description protected SharedState
AbstractConnector. createState()
Creates a state object with default values for this connector.SharedState
AbstractConnector. getState()
Returns the shared state object for this connector. -
Uses of SharedState in com.vaadin.server
Methods in com.vaadin.server that return SharedState Modifier and Type Method Description protected SharedState
AbstractClientConnector. createState()
Creates the shared state bean to be used in server to client communication.protected SharedState
AbstractClientConnector. getState()
Returns the shared state for this connector.protected SharedState
AbstractClientConnector. getState(boolean markAsDirty)
Returns the shared state for this connector.Methods in com.vaadin.server that return types with arguments of type SharedState Modifier and Type Method Description Class<? extends SharedState>
AbstractClientConnector. getStateType()
Class<? extends SharedState>
ClientConnector. getStateType()
Returns the type of the shared state for this connectorClass<? extends SharedState>
DragAndDropService. getStateType()
Methods in com.vaadin.server with parameters of type SharedState Modifier and Type Method Description static JsonObject
LegacyCommunicationManager. encodeState(ClientConnector connector, SharedState state)
Deprecated.As of 7.1. -
Uses of SharedState in com.vaadin.shared
Subclasses of SharedState in com.vaadin.shared Modifier and Type Class Description class
AbstractComponentState
Default shared state implementation for AbstractComponent.class
AbstractFieldState
Shared state forAbstractField
.class
JavaScriptExtensionState
-
Uses of SharedState in com.vaadin.shared.extension.javascriptmanager
Subclasses of SharedState in com.vaadin.shared.extension.javascriptmanager Modifier and Type Class Description class
JavaScriptManagerState
-
Uses of SharedState in com.vaadin.shared.ui
Subclasses of SharedState in com.vaadin.shared.ui Modifier and Type Class Description class
AbstractEmbeddedState
class
AbstractLayoutState
class
AbstractMediaState
class
BrowserWindowOpenerState
class
JavaScriptComponentState
class
TabIndexState
Interface implemented by state classes that support tab indexes.Methods in com.vaadin.shared.ui with parameters of type SharedState Modifier and Type Method Description static void
ComponentStateUtil. addRegisteredEventListener(SharedState state, String eventListenerId)
Adds an event listener id.static void
ComponentStateUtil. removeRegisteredEventListener(SharedState state, String eventIdentifier)
Removes an event listener id. -
Uses of SharedState in com.vaadin.shared.ui.absolutelayout
Subclasses of SharedState in com.vaadin.shared.ui.absolutelayout Modifier and Type Class Description class
AbsoluteLayoutState
-
Uses of SharedState in com.vaadin.shared.ui.accordion
Subclasses of SharedState in com.vaadin.shared.ui.accordion Modifier and Type Class Description class
AccordionState
-
Uses of SharedState in com.vaadin.shared.ui.audio
Subclasses of SharedState in com.vaadin.shared.ui.audio Modifier and Type Class Description class
AudioState
Shared state for the Audio component. -
Uses of SharedState in com.vaadin.shared.ui.browserframe
Subclasses of SharedState in com.vaadin.shared.ui.browserframe Modifier and Type Class Description class
BrowserFrameState
-
Uses of SharedState in com.vaadin.shared.ui.button
Subclasses of SharedState in com.vaadin.shared.ui.button Modifier and Type Class Description class
ButtonState
Shared state forButton
andNativeButton
.class
NativeButtonState
-
Uses of SharedState in com.vaadin.shared.ui.calendar
Subclasses of SharedState in com.vaadin.shared.ui.calendar Modifier and Type Class Description class
CalendarState
-
Uses of SharedState in com.vaadin.shared.ui.checkbox
Subclasses of SharedState in com.vaadin.shared.ui.checkbox Modifier and Type Class Description class
CheckBoxState
-
Uses of SharedState in com.vaadin.shared.ui.colorpicker
Subclasses of SharedState in com.vaadin.shared.ui.colorpicker Modifier and Type Class Description class
ColorPickerGradientState
Default shared state implementation for ColorPickerGradient.class
ColorPickerGridState
Default shared state implementation for ColorPickerGrid.class
ColorPickerState
Default shared state implementation for AbstractColorPicker. -
Uses of SharedState in com.vaadin.shared.ui.combobox
Subclasses of SharedState in com.vaadin.shared.ui.combobox Modifier and Type Class Description class
ComboBoxState
Shared state for the ComboBox component. -
Uses of SharedState in com.vaadin.shared.ui.csslayout
Subclasses of SharedState in com.vaadin.shared.ui.csslayout Modifier and Type Class Description class
CssLayoutState
-
Uses of SharedState in com.vaadin.shared.ui.customlayout
Subclasses of SharedState in com.vaadin.shared.ui.customlayout Modifier and Type Class Description class
CustomLayoutState
-
Uses of SharedState in com.vaadin.shared.ui.datefield
Subclasses of SharedState in com.vaadin.shared.ui.datefield Modifier and Type Class Description class
InlineDateFieldState
class
PopupDateFieldState
class
TextualDateFieldState
-
Uses of SharedState in com.vaadin.shared.ui.embedded
Subclasses of SharedState in com.vaadin.shared.ui.embedded Modifier and Type Class Description class
EmbeddedState
-
Uses of SharedState in com.vaadin.shared.ui.flash
Subclasses of SharedState in com.vaadin.shared.ui.flash Modifier and Type Class Description class
FlashState
-
Uses of SharedState in com.vaadin.shared.ui.form
Subclasses of SharedState in com.vaadin.shared.ui.form Modifier and Type Class Description class
FormState
-
Uses of SharedState in com.vaadin.shared.ui.grid
Subclasses of SharedState in com.vaadin.shared.ui.grid Modifier and Type Class Description class
GridState
The shared state for thecom.vaadin.ui.components.grid.Grid
component -
Uses of SharedState in com.vaadin.shared.ui.grid.selection
Subclasses of SharedState in com.vaadin.shared.ui.grid.selection Modifier and Type Class Description class
MultiSelectionModelState
SharedState object for MultiSelectionModel.class
SingleSelectionModelState
SharedState object for SingleSelectionModel. -
Uses of SharedState in com.vaadin.shared.ui.gridlayout
Subclasses of SharedState in com.vaadin.shared.ui.gridlayout Modifier and Type Class Description class
GridLayoutState
-
Uses of SharedState in com.vaadin.shared.ui.image
Subclasses of SharedState in com.vaadin.shared.ui.image Modifier and Type Class Description class
ImageState
-
Uses of SharedState in com.vaadin.shared.ui.label
Subclasses of SharedState in com.vaadin.shared.ui.label Modifier and Type Class Description class
LabelState
-
Uses of SharedState in com.vaadin.shared.ui.link
Subclasses of SharedState in com.vaadin.shared.ui.link Modifier and Type Class Description class
LinkState
-
Uses of SharedState in com.vaadin.shared.ui.loginform
Subclasses of SharedState in com.vaadin.shared.ui.loginform Modifier and Type Class Description class
LoginFormState
-
Uses of SharedState in com.vaadin.shared.ui.menubar
Subclasses of SharedState in com.vaadin.shared.ui.menubar Modifier and Type Class Description class
MenuBarState
-
Uses of SharedState in com.vaadin.shared.ui.optiongroup
Subclasses of SharedState in com.vaadin.shared.ui.optiongroup Modifier and Type Class Description class
OptionGroupState
Shared state for the OptionGroup component. -
Uses of SharedState in com.vaadin.shared.ui.orderedlayout
Subclasses of SharedState in com.vaadin.shared.ui.orderedlayout Modifier and Type Class Description class
AbstractOrderedLayoutState
class
FormLayoutState
Shared state for the FormLayout component.class
HorizontalLayoutState
class
VerticalLayoutState
-
Uses of SharedState in com.vaadin.shared.ui.panel
Subclasses of SharedState in com.vaadin.shared.ui.panel Modifier and Type Class Description class
PanelState
-
Uses of SharedState in com.vaadin.shared.ui.popupview
Subclasses of SharedState in com.vaadin.shared.ui.popupview Modifier and Type Class Description class
PopupViewState
-
Uses of SharedState in com.vaadin.shared.ui.progressindicator
Subclasses of SharedState in com.vaadin.shared.ui.progressindicator Modifier and Type Class Description class
ProgressBarState
class
ProgressIndicatorState
Deprecated. -
Uses of SharedState in com.vaadin.shared.ui.select
Subclasses of SharedState in com.vaadin.shared.ui.select Modifier and Type Class Description class
AbstractSelectState
Shared state for the AbstractSelect component. -
Uses of SharedState in com.vaadin.shared.ui.slider
Subclasses of SharedState in com.vaadin.shared.ui.slider Modifier and Type Class Description class
SliderState
-
Uses of SharedState in com.vaadin.shared.ui.splitpanel
Subclasses of SharedState in com.vaadin.shared.ui.splitpanel Modifier and Type Class Description class
AbstractSplitPanelState
class
HorizontalSplitPanelState
class
VerticalSplitPanelState
-
Uses of SharedState in com.vaadin.shared.ui.table
Subclasses of SharedState in com.vaadin.shared.ui.table Modifier and Type Class Description class
TableState
Shared state for the Table component. -
Uses of SharedState in com.vaadin.shared.ui.tabsheet
Subclasses of SharedState in com.vaadin.shared.ui.tabsheet Modifier and Type Class Description class
TabsheetState
-
Uses of SharedState in com.vaadin.shared.ui.textarea
Subclasses of SharedState in com.vaadin.shared.ui.textarea Modifier and Type Class Description class
RichTextAreaState
Shared state for the RichTextArea component.class
TextAreaState
-
Uses of SharedState in com.vaadin.shared.ui.textfield
Subclasses of SharedState in com.vaadin.shared.ui.textfield Modifier and Type Class Description class
AbstractTextFieldState
-
Uses of SharedState in com.vaadin.shared.ui.tree
Subclasses of SharedState in com.vaadin.shared.ui.tree Modifier and Type Class Description class
TreeState
Shared state for the Table component. -
Uses of SharedState in com.vaadin.shared.ui.treetable
Subclasses of SharedState in com.vaadin.shared.ui.treetable Modifier and Type Class Description class
TreeTableState
-
Uses of SharedState in com.vaadin.shared.ui.twincolselect
Subclasses of SharedState in com.vaadin.shared.ui.twincolselect Modifier and Type Class Description class
TwinColSelectState
Shared state for the TwinColSelect component. -
Uses of SharedState in com.vaadin.shared.ui.ui
Subclasses of SharedState in com.vaadin.shared.ui.ui Modifier and Type Class Description class
UIState
-
Uses of SharedState in com.vaadin.shared.ui.upload
Subclasses of SharedState in com.vaadin.shared.ui.upload Modifier and Type Class Description class
UploadState
Shared state for the Upload component. -
Uses of SharedState in com.vaadin.shared.ui.video
Subclasses of SharedState in com.vaadin.shared.ui.video Modifier and Type Class Description class
VideoState
-
Uses of SharedState in com.vaadin.shared.ui.window
Subclasses of SharedState in com.vaadin.shared.ui.window Modifier and Type Class Description class
WindowState
-