Uses of Class
com.vaadin.flow.shared.ui.Transport
-
Packages that use Transport Package Description com.vaadin.flow.component com.vaadin.flow.component.page com.vaadin.flow.internal.nodefeature com.vaadin.flow.shared.ui -
-
Uses of Transport in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return Transport Modifier and Type Method Description TransportPushConfiguration. getFallbackTransport()Returns the fallback transport type for push.TransportPushConfiguration. getTransport()Returns the primary transport type for push.Methods in com.vaadin.flow.component with parameters of type Transport Modifier and Type Method Description voidPushConfiguration. setFallbackTransport(Transport fallbackTransport)Sets the fallback transport type for push.voidPushConfiguration. setTransport(Transport transport)Sets the primary transport type for push. -
Uses of Transport in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return Transport Modifier and Type Method Description Transporttransport()Transport type used for the push for the annotated root navigation target (or custom UI). -
Uses of Transport in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return Transport Modifier and Type Method Description TransportPushConfigurationMap. getFallbackTransport()TransportPushConfigurationMap. getTransport()Methods in com.vaadin.flow.internal.nodefeature with parameters of type Transport Modifier and Type Method Description voidPushConfigurationMap. setFallbackTransport(Transport fallbackTransport)voidPushConfigurationMap. setTransport(Transport transport) -
Uses of Transport in com.vaadin.flow.shared.ui
Methods in com.vaadin.flow.shared.ui that return Transport Modifier and Type Method Description static TransportTransport. getByIdentifier(String identifier)Returns a Transport by its identifier.static TransportTransport. valueOf(String name)Returns the enum constant of this type with the specified name.static Transport[]Transport. values()Returns an array containing the constants of this enum type, in the order they are declared.
-