Uses of Class
com.vaadin.flow.component.trigger.internal.Action
Packages that use Action
-
Uses of Action in com.vaadin.flow.component.trigger.internal
Subclasses of Action in com.vaadin.flow.component.trigger.internalModifier and TypeClassDescriptionclassForwards a value from the trigger's handler scope back to the server and hands it to aSerializableConsumeron the UI thread.classBase class for actions that run a JS expression yielding a Promise and optionally report the outcome back to the server.classReads the user's clipboard vianavigator.clipboard.read()when the bound trigger fires and delivers the textual contents to the handler on the UI thread.classReplaces a target component's children with a server-provided list of components when the bound trigger fires, then restores the original children after a configurable timeout.classAsks the browser to enter fullscreen when the bound trigger fires.classAssigns a value to a JavaScript property on a target element when the bound trigger fires.classAssigns a value to a JavaScript property on a target element when the bound trigger fires, then reverts the property to its previous value after a configurable timeout.classNamedCallbackActionthat callsseton aValueSignal— the common case of bridging a client-side trigger into server-side signal state.classWrites aClipboardItemto the user's clipboard vianavigator.clipboard.write.Methods in com.vaadin.flow.component.trigger.internal with parameters of type Action