Uses of Class
com.vaadin.shared.communication.PushMode
-
Packages that use PushMode Package Description com.vaadin.annotations com.vaadin.server com.vaadin.shared.communication com.vaadin.shared.ui.ui com.vaadin.ui -
-
Uses of PushMode in com.vaadin.annotations
Methods in com.vaadin.annotations that return PushMode Modifier and Type Method Description PushMode
value()
Returns thePushMode
to use for the annotated UI. -
Uses of PushMode in com.vaadin.server
Methods in com.vaadin.server that return PushMode Modifier and Type Method Description PushMode
BootstrapHandler.BootstrapContext. getPushMode()
PushMode
DefaultDeploymentConfiguration. getPushMode()
Returns the mode of bidirectional ("push") client-server communication that should be used.PushMode
DeploymentConfiguration. getPushMode()
Returns the mode of bidirectional ("push") client-server communication that should be used.PushMode
UIProvider. getPushMode(UICreateEvent event)
Finds thePushMode
to use for a specific UI. -
Uses of PushMode in com.vaadin.shared.communication
Methods in com.vaadin.shared.communication that return PushMode Modifier and Type Method Description static PushMode
PushMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PushMode[]
PushMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PushMode in com.vaadin.shared.ui.ui
Fields in com.vaadin.shared.ui.ui declared as PushMode Modifier and Type Field Description PushMode
UIState.PushConfigurationState. mode
-
Uses of PushMode in com.vaadin.ui
Methods in com.vaadin.ui that return PushMode Modifier and Type Method Description PushMode
PushConfiguration. getPushMode()
Returns the mode of bidirectional ("push") communication that is used.Methods in com.vaadin.ui with parameters of type PushMode Modifier and Type Method Description void
PushConfiguration. setPushMode(PushMode pushMode)
Sets the mode of bidirectional ("push") communication that should be used.
-