Package | Description |
---|---|
com.vaadin.flow.component.internal | |
com.vaadin.flow.dom | |
com.vaadin.flow.internal.nodefeature |
Modifier and Type | Method and Description |
---|---|
DisabledUpdateMode |
ComponentMetaData.SynchronizedPropertyInfo.getUpdateMode() |
Modifier and Type | Method and Description |
---|---|
static DisabledUpdateMode |
DisabledUpdateMode.mostPermissive(DisabledUpdateMode mode1,
DisabledUpdateMode mode2)
Gets the most permissive out of two update modes.
|
static DisabledUpdateMode |
DisabledUpdateMode.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.
|
Modifier and Type | Method and Description |
---|---|
static DisabledUpdateMode |
DisabledUpdateMode.mostPermissive(DisabledUpdateMode mode1,
DisabledUpdateMode mode2)
Gets the most permissive out of two update modes.
|
DomListenerRegistration |
DomListenerRegistration.setDisabledUpdateMode(DisabledUpdateMode disabledUpdateMode)
Configure whether this listener will be called even in cases when the
element is disabled.
|
Modifier and Type | Method and Description |
---|---|
DisabledUpdateMode |
ReturnChannelRegistration.getDisabledUpdateMode()
Gets the setting for whether this channel will receive updates in case
the state node is disabled.
|
DisabledUpdateMode |
AbstractServerHandlers.getDisabledUpdateMode(String handler)
Gets RPC control mode from the client side to the server side for
disabled element.
|
DisabledUpdateMode |
ElementListenerMap.getPropertySynchronizationMode(String propertyName)
Gets the most permissive update mode for any event registration that is
configured to synchronize the given property.
|
protected DisabledUpdateMode |
PolymerServerEventHandlers.getUpdateMode(Method method)
Deprecated.
|
protected DisabledUpdateMode |
ClientCallableHandlers.getUpdateMode(Method method) |
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.
|
Modifier and Type | Method and Description |
---|---|
ReturnChannelRegistration |
ReturnChannelRegistration.setDisabledUpdateMode(DisabledUpdateMode disabledUpdateMode)
Sets whether this channel will receive updates in case the state node is
disabled.
|
Copyright © 2021. All rights reserved.