Uses of Enum Class
com.vaadin.flow.dom.DisabledUpdateMode
Packages that use DisabledUpdateMode
Package
Description
-
Uses of DisabledUpdateMode in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return DisabledUpdateModeModifier and TypeMethodDescriptionShortcutRegistration.getDisabledUpdateMode()Returns whether this listener will be called even in cases when the component is disabled.Methods in com.vaadin.flow.component with parameters of type DisabledUpdateModeModifier and TypeMethodDescriptionShortcutRegistration.setDisabledUpdateMode(DisabledUpdateMode disabledUpdateMode) Configure whether this listener will be called even in cases when the component is disabled. -
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 DisabledUpdateModeDisabledUpdateMode.mostPermissive(DisabledUpdateMode mode1, DisabledUpdateMode mode2) Gets the most permissive out of two update modes.static DisabledUpdateModeReturns 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 DisabledUpdateModeDisabledUpdateMode.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 DisabledUpdateModeAbstractServerHandlers.getUpdateMode(Method method) Returns method's RPC communication mode from the client side to the server side when the element is disabled.protected DisabledUpdateModeClientCallableHandlers.getUpdateMode(Method method) protected DisabledUpdateModePolymerServerEventHandlers.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.