Uses of Class
com.vaadin.flow.signals.EffectContext
Packages that use EffectContext
-
Uses of EffectContext in com.vaadin.flow.dom
Subclasses of EffectContext in com.vaadin.flow.domModifier and TypeClassDescriptionclassBindingContext<T extends @Nullable Object>Provides rich context information about a signal binding update.Method parameters in com.vaadin.flow.dom with type arguments of type EffectContextModifier and TypeMethodDescriptionstatic RegistrationElementEffect.effect(Element owner, SerializableConsumer<EffectContext> effectFunction) Creates a context-aware Signal effect that is owned by a given element.Constructor parameters in com.vaadin.flow.dom with type arguments of type EffectContextModifierConstructorDescriptionElementEffect(Element owner, SerializableConsumer<EffectContext> effectFunction) -
Uses of EffectContext in com.vaadin.flow.signals
Method parameters in com.vaadin.flow.signals with type arguments of type EffectContextModifier and TypeMethodDescriptionstatic <C extends Component>
RegistrationSignal.effect(C owner, SerializableConsumer<EffectContext> effectFunction) Creates a context-aware component-scoped signal effect. -
Uses of EffectContext in com.vaadin.flow.signals.impl
Constructor parameters in com.vaadin.flow.signals.impl with type arguments of type EffectContextModifierConstructorDescriptionEffect(SerializableConsumer<EffectContext> action) Creates a context-aware signal effect with the given action and the default dispatcher.Effect(SerializableConsumer<EffectContext> action, SerializableExecutor dispatcher) Creates a context-aware signal effect with the given action and a custom dispatcher.