Uses of Class
com.vaadin.classic.v8.shared.communication.SharedState
-
Packages that use SharedState Package Description com.vaadin.classic.v8.server com.vaadin.classic.v8.shared com.vaadin.classic.v8.shared.ui com.vaadin.classic.v8.shared.ui.gridlayout -
-
Uses of SharedState in com.vaadin.classic.v8.server
Methods in com.vaadin.classic.v8.server that return SharedState Modifier and Type Method Description protected SharedStateAbstractClientConnector. createState()Deprecated.not supported - calling this does nothing but logs a warning in development modeprotected SharedStateAbstractClientConnector. getState()Deprecated.not supported - calling this does nothing but logs a warning in development modeprotected SharedStateAbstractClientConnector. getState(boolean markAsDirty)Deprecated.not supported - calling this does nothing but logs a warning in development mode -
Uses of SharedState in com.vaadin.classic.v8.shared
Subclasses of SharedState in com.vaadin.classic.v8.shared Modifier and Type Class Description classAbstractComponentStateDeprecated. -
Uses of SharedState in com.vaadin.classic.v8.shared.ui
Subclasses of SharedState in com.vaadin.classic.v8.shared.ui Modifier and Type Class Description classAbstractComponentContainerStateDeprecated.classAbstractLayoutStateDeprecated. -
Uses of SharedState in com.vaadin.classic.v8.shared.ui.gridlayout
Subclasses of SharedState in com.vaadin.classic.v8.shared.ui.gridlayout Modifier and Type Class Description classGridLayoutStateDeprecated.
-