Uses of Enum Class
com.vaadin.flow.dom.DisabledUpdateMode
Package
Description
-
Uses of DisabledUpdateMode in com.vaadin.flow.component.internal
-
Uses of DisabledUpdateMode in com.vaadin.flow.dom
Modifier and TypeMethodDescriptionstatic DisabledUpdateMode
DisabledUpdateMode.mostPermissive
(DisabledUpdateMode mode1, DisabledUpdateMode mode2) Gets the most permissive out of two update modes.static DisabledUpdateMode
Returns the enum constant of this class with the specified name.static DisabledUpdateMode[]
DisabledUpdateMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic DisabledUpdateMode
DisabledUpdateMode.mostPermissive
(DisabledUpdateMode mode1, DisabledUpdateMode mode2) Gets the most permissive out of two update modes.DomListenerRegistration.setDisabledUpdateMode
(DisabledUpdateMode disabledUpdateMode) Configure whether this listener will be called even in cases when the element is disabled. -
Uses of DisabledUpdateMode in com.vaadin.flow.internal.nodefeature
Modifier and TypeMethodDescriptionAbstractServerHandlers.getDisabledUpdateMode
(String handler) Gets RPC control mode from the client side to the server side for disabled element.ReturnChannelRegistration.getDisabledUpdateMode()
Gets the setting for whether this channel will receive updates in case the state node is disabled.ElementListenerMap.getPropertySynchronizationMode
(String propertyName) Gets the most permissive update mode for any event registration that is configured to synchronize the given property.protected abstract DisabledUpdateMode
AbstractServerHandlers.getUpdateMode
(Method method) Returns method's RPC communication mode from the client side to the server side when the element is disabled.protected DisabledUpdateMode
ClientCallableHandlers.getUpdateMode
(Method method) protected DisabledUpdateMode
PolymerServerEventHandlers.getUpdateMode
(Method method) Deprecated.Modifier and TypeMethodDescriptionReturnChannelRegistration.setDisabledUpdateMode
(DisabledUpdateMode disabledUpdateMode) Sets whether this channel will receive updates in case the state node is disabled.