Uses of Class
com.vaadin.flow.dom.DisabledUpdateMode
-
-
Uses of DisabledUpdateMode in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return DisabledUpdateMode Modifier and Type Method Description DisabledUpdateModeallowUpdates()Controls RPC for the listener when the element is disabled.DisabledUpdateModeallowUpdates()Controls updates for the property from the client side to the server side when the element is disabled.DisabledUpdateModevalue()Controls RPC for the method from the client side to the server side when the element is disabled. -
Uses of DisabledUpdateMode in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return DisabledUpdateMode Modifier and Type Method Description DisabledUpdateModeComponentMetaData.SynchronizedPropertyInfo. getUpdateMode() -
Uses of DisabledUpdateMode in com.vaadin.flow.component.polymertemplate
Methods in com.vaadin.flow.component.polymertemplate that return DisabledUpdateMode Modifier and Type Method Description DisabledUpdateModevalue()Deprecated.Controls event handling for the method from the client side to the server side when the element is disabled. -
Uses of DisabledUpdateMode in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return DisabledUpdateMode Modifier and Type Method Description static DisabledUpdateModeDisabledUpdateMode. mostPermissive(DisabledUpdateMode mode1, DisabledUpdateMode mode2)Gets the most permissive out of two update modes.static DisabledUpdateModeDisabledUpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DisabledUpdateMode[]DisabledUpdateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.dom with parameters of type DisabledUpdateMode Modifier and Type Method Description static DisabledUpdateModeDisabledUpdateMode. mostPermissive(DisabledUpdateMode mode1, DisabledUpdateMode mode2)Gets the most permissive out of two update modes.DomListenerRegistrationDomListenerRegistration. 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 DisabledUpdateMode Modifier and Type Method Description DisabledUpdateModeAbstractServerHandlers. getDisabledUpdateMode(String handler)Gets RPC control mode from the client side to the server side for disabled element.DisabledUpdateModeReturnChannelRegistration. getDisabledUpdateMode()Gets the setting for whether this channel will receive updates in case the state node is disabled.DisabledUpdateModeElementListenerMap. 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 DisabledUpdateMode Modifier and Type Method Description ReturnChannelRegistrationReturnChannelRegistration. setDisabledUpdateMode(DisabledUpdateMode disabledUpdateMode)Sets whether this channel will receive updates in case the state node is disabled.
-