Uses of Interface
com.vaadin.flow.component.trigger.internal.ConfigContext
Packages that use ConfigContext
Package
Description
Server-side API for wiring client-side triggers (DOM events, shortcuts, …) to
client-side actions (clipboard copy, set property, run JS, …) reading values
from outputs, without a server round-trip when not needed.
Internal wiring for the trigger API.
-
Uses of ConfigContext in com.vaadin.flow.component.trigger
Methods in com.vaadin.flow.component.trigger with parameters of type ConfigContextModifier and TypeMethodDescriptiontools.jackson.databind.node.ObjectNodeAbstractAction.buildClientConfig(ConfigContext context) Produces the JSON configuration this action sends to the client.tools.jackson.databind.node.ObjectNodeAbstractOutput.buildClientConfig(ConfigContext context) Produces the JSON configuration this output sends to the client.tools.jackson.databind.node.ObjectNodeAbstractTrigger.buildClientConfig(ConfigContext context) Produces the JSON configuration this trigger sends to the client.tools.jackson.databind.node.ObjectNodeClickAction.buildClientConfig(ConfigContext context) tools.jackson.databind.node.ObjectNodeClipboardCopyAction.buildClientConfig(ConfigContext context) tools.jackson.databind.node.ObjectNodeJsAction.buildClientConfig(ConfigContext context) tools.jackson.databind.node.ObjectNodeJsOutput.buildClientConfig(ConfigContext context) tools.jackson.databind.node.ObjectNodeJsTrigger.buildClientConfig(ConfigContext context) tools.jackson.databind.node.ObjectNodePropertyOutput.buildClientConfig(ConfigContext context) tools.jackson.databind.node.ObjectNodeSetEnabledAction.buildClientConfig(ConfigContext context) tools.jackson.databind.node.ObjectNodeShortcutTrigger.buildClientConfig(ConfigContext context) tools.jackson.databind.node.ObjectNodeSignalOutput.buildClientConfig(ConfigContext context) -
Uses of ConfigContext in com.vaadin.flow.component.trigger.internal
Classes in com.vaadin.flow.component.trigger.internal that implement ConfigContextModifier and TypeClassDescriptionclassPer-element store of triggers, actions, outputs and bindings for the trigger API.