Uses of Enum Class
com.vaadin.flow.dom.DisabledUpdateMode
-
Uses of DisabledUpdateMode in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return DisabledUpdateMode -
Uses of DisabledUpdateMode in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return DisabledUpdateModeModifier 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.
Methods in com.vaadin.flow.dom with parameters of type DisabledUpdateModeModifier 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
Methods in com.vaadin.flow.internal.nodefeature that return DisabledUpdateModeModifier 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.
Methods in com.vaadin.flow.internal.nodefeature with parameters of type DisabledUpdateModeModifier and TypeMethodDescriptionReturnChannelRegistration.setDisabledUpdateMode
(DisabledUpdateMode disabledUpdateMode) Sets whether this channel will receive updates in case the state node is disabled.