Uses of Interface
com.vaadin.flow.signals.function.EffectAction
Packages that use EffectAction
-
Uses of EffectAction in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type EffectActionModifier and TypeMethodDescriptionstatic RegistrationElementEffect.effect(Element owner, EffectAction effectFunction) Creates a Signal effect that is owned by a given element.Constructors in com.vaadin.flow.dom with parameters of type EffectAction -
Uses of EffectAction in com.vaadin.flow.signals
Methods in com.vaadin.flow.signals with parameters of type EffectActionModifier and TypeMethodDescriptionstatic <C extends Component>
RegistrationSignal.effect(C owner, EffectAction effectFunction) Creates a signal effect that is owned by a given component.static RegistrationSignal.unboundEffect(EffectAction action) Creates an unbound signal effect with the given action. -
Uses of EffectAction in com.vaadin.flow.signals.impl
Constructors in com.vaadin.flow.signals.impl with parameters of type EffectActionModifierConstructorDescriptionEffect(EffectAction action) Creates a signal effect with the given action and the default dispatcher.Effect(EffectAction action, SerializableExecutor dispatcher) Creates a signal effect with the given action and a custom dispatcher.