Uses of Class
com.vaadin.flow.component.trigger.internal.Trigger
Packages that use Trigger
-
Uses of Trigger in com.vaadin.flow.component.trigger.internal
Subclasses of Trigger in com.vaadin.flow.component.trigger.internalModifier and TypeClassDescriptionclassFires on the host component'sclickDOM event.classFires when the host component receives a DOM event with the given name.classFires on the host component'sdblclickDOM event.classCommon super class for triggers that fire on a DOMMouseEvent—ClickTrigger,DoubleClickTrigger, and any future mouse-event trigger.Methods in com.vaadin.flow.component.trigger.internal with parameters of type TriggerModifier and TypeMethodDescriptionprotected abstract JsFunctionBuilds theJsFunctionthat yields this input's value when called.protected abstract JsFunctionBuilds theJsFunctionthat runs this action when the surrounding trigger fires.protected final JsFunctionprotected JsFunctionprotected JsFunctionprotected final JsFunctionFinal by design — subclasses customise the rendered JS throughPromiseAction.toPromiseJs(com.vaadin.flow.component.trigger.internal.Trigger), never by overriding the wiring that subscribes to the promise.protected JsFunctionprotected JsFunctionprotected JsFunctionprotected JsFunctionprotected JsFunctionprotected abstract JsFunctionPromiseAction.toPromiseJs(Trigger trigger) Subclasses return aJsFunctionthat, when invoked with the trigger's event, evaluates to aPromise.protected JsFunctionReadFromClipboardAction.toPromiseJs(Trigger trigger) protected JsFunctionRequestFullscreenAction.toPromiseJs(Trigger trigger) protected JsFunctionWriteToClipboardAction.toPromiseJs(Trigger trigger)