Uses of Interface
com.vaadin.flow.signals.function.ContextualEffectAction
Packages that use ContextualEffectAction
-
Uses of ContextualEffectAction in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type ContextualEffectActionModifier and TypeMethodDescriptionstatic RegistrationElementEffect.effect(Element owner, ContextualEffectAction effectFunction) Creates a context-aware Signal effect that is owned by a given element.Constructors in com.vaadin.flow.dom with parameters of type ContextualEffectActionModifierConstructorDescriptionElementEffect(Element owner, ContextualEffectAction effectFunction) -
Uses of ContextualEffectAction in com.vaadin.flow.signals
Methods in com.vaadin.flow.signals with parameters of type ContextualEffectActionModifier and TypeMethodDescriptionstatic <C extends Component>
RegistrationSignal.effect(C owner, ContextualEffectAction effectFunction) Creates a context-aware component-scoped signal effect. -
Uses of ContextualEffectAction in com.vaadin.flow.signals.impl
Constructors in com.vaadin.flow.signals.impl with parameters of type ContextualEffectActionModifierConstructorDescriptionEffect(ContextualEffectAction action) Creates a context-aware signal effect with the given action and the default dispatcher.Effect(ContextualEffectAction action, SerializableExecutor dispatcher) Creates a context-aware signal effect with the given action and a custom dispatcher.