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.classFires when the host component's root element changes size, as reported by the browser'sResizeObserverAPI.classFires once, on the client, after the given delay has elapsed.Methods in com.vaadin.flow.component.trigger.internal with parameters of type TriggerModifier and TypeMethodDescriptionabstract 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 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 JsFunctionShareAction.toPromiseJs(Trigger trigger) protected JsFunctionWriteToClipboardAction.toPromiseJs(Trigger trigger) Constructor parameters in com.vaadin.flow.component.trigger.internal with type arguments of type TriggerModifierConstructorDescriptionHandlerInput(String propertyName, Class<? extends Trigger> ownerClass) Creates an input that yieldsevent[propertyName]at fire time, valid in the handler of any trigger that is an instance ofownerClass.