Uses of Class
com.vaadin.flow.shared.communication.PushMode
-
-
Uses of PushMode in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return PushMode Modifier and Type Method Description PushModePushConfiguration. getPushMode()Returns the mode of bidirectional ("push") communication that is used.Methods in com.vaadin.flow.component with parameters of type PushMode Modifier and Type Method Description voidPushConfiguration. setPushMode(PushMode pushMode)Sets the mode of bidirectional ("push") communication that should be used. -
Uses of PushMode in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return PushMode Modifier and Type Method Description PushModevalue()ThePushModeto use for the annotated root navigation target (or custom UI). -
Uses of PushMode in com.vaadin.flow.function
Methods in com.vaadin.flow.function that return PushMode Modifier and Type Method Description PushModeDeploymentConfiguration. getPushMode()Returns the mode of bidirectional ("push") client-server communication that should be used. -
Uses of PushMode in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return PushMode Modifier and Type Method Description PushModePushConfigurationMap. getPushMode()Methods in com.vaadin.flow.internal.nodefeature with parameters of type PushMode Modifier and Type Method Description voidPushConfigurationMap. setPushMode(PushMode pushMode) -
Uses of PushMode in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return PushMode Modifier and Type Method Description PushModeBootstrapHandler.BootstrapContext. getPushMode()Gets the push mode to use.PushModeDefaultDeploymentConfiguration. getPushMode()Returns the mode of bidirectional ("push") client-server communication that should be used.PushModePropertyDeploymentConfiguration. getPushMode() -
Uses of PushMode in com.vaadin.flow.shared.communication
Methods in com.vaadin.flow.shared.communication that return PushMode Modifier and Type Method Description static PushModePushMode. 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.
-