Uses of Record Class
com.vaadin.flow.component.trigger.internal.PromiseAction.Error
Packages that use PromiseAction.Error
Package
Description
Trigger API and its internal wiring.
-
Uses of PromiseAction.Error in com.vaadin.flow.component.fullscreen
Method parameters in com.vaadin.flow.component.fullscreen with type arguments of type PromiseAction.ErrorModifier and TypeMethodDescriptionvoidFullscreenBinding.enter(Component component, SerializableRunnable onSuccess, SerializableConsumer<PromiseAction.Error> onError) LikeFullscreenBinding.enter(Component)but reports the outcome back to the server.voidFullscreenBinding.enter(SerializableRunnable onSuccess, SerializableConsumer<PromiseAction.Error> onError) LikeFullscreenBinding.enter()but reports the outcome back to the server. -
Uses of PromiseAction.Error in com.vaadin.flow.component.trigger.internal
Constructor parameters in com.vaadin.flow.component.trigger.internal with type arguments of type PromiseAction.ErrorModifierConstructorDescriptionRequestFullscreenAction(Component target, SerializableRunnable onSuccess, SerializableConsumer<PromiseAction.Error> onError) Creates a component-level fullscreen action whose outcome is reported back to the server.RequestFullscreenAction(SerializableRunnable onSuccess, SerializableConsumer<PromiseAction.Error> onError) Creates a page-level fullscreen action whose outcome is reported back to the server.