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.classFires on a DOM keyboard event (keydown,keyup).classCommon super class for triggers that fire on a DOMMouseEvent—ClickTrigger,DoubleClickTrigger, and any future mouse-event trigger.classFires when a specific ordered sequence of keys is pressed on the host's root element — e.g. the konami code or a "hello" Easter egg.classFires when a specific key + modifier combination is pressed on the host's root element.classFires when the host component's root element changes size, as reported by the browser'sResizeObserverAPI.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 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 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)