Uses of Class
com.vaadin.flow.component.trigger.internal.PromiseAction
Packages that use PromiseAction
-
Uses of PromiseAction in com.vaadin.flow.component.trigger.internal
Subclasses of PromiseAction in com.vaadin.flow.component.trigger.internalModifier and TypeClassDescriptionclassReads the user's clipboard vianavigator.clipboard.read()when the bound trigger fires and delivers the textual contents to the handler on the UI thread.classAsks the browser to enter fullscreen when the bound trigger fires.classWrites aClipboardItemto the user's clipboard vianavigator.clipboard.write.