Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypeEventHandlers<TDelegateTarget, TData, TCurrentTarget, TTarget>

Type parameters

  • TDelegateTarget

  • TData

  • TCurrentTarget

  • TTarget

Hierarchy

Indexable

[type: string]: TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, string> | false | undefined | object

Index

Properties

Optional active.idleTimer

active.idleTimer?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "active.idleTimer">

Triggered by the jQuery Idle Timer plugin.

Fired when the user becomes active again.

Usually receives the following additional arguments:

  • elem (JQuery): The element that the event was triggered on
  • obj (object): A copy of the internal data used by idleTimer
  • triggerevent (JQuery.TriggeredEvent): The initial event that triggered the element to become active.

Optional animationEnd

animationEnd?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "animationEnd">

Triggered by the jQuery Roundabout plugin.

This event fires on the Roundabout element at the end of any animation.

Optional animationStart

animationStart?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "animationStart">

Triggered by the jQuery Roundabout plugin.

This event fires on the Roundabout element at the start of any animation.

Optional autoplayStart

autoplayStart?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "autoplayStart">

Triggered by the jQuery Roundabout plugin.

This event fires on the Roundabout element when the autoplay feature starts.

Optional autoplayStop

autoplayStop?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "autoplayStop">

Triggered by the jQuery Roundabout plugin.

This event fires on the Roundabout element when the autoplay feature stops.

Optional bearingSet

bearingSet?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "bearingSet">

Triggered by the jQuery Roundabout plugin.

This event fires on the Roundabout element when its bearing has been set.

Optional blur

blur?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "blur">

Optional change

change?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "change">

Optional childrenUpdated

childrenUpdated?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "childrenUpdated">

Triggered by the jQuery Roundabout plugin.

This event fires on the Roundabout element when its child elements have been repositioned and are in place.

Optional click

click?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "click">

Optional contextmenu

contextmenu?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "contextmenu">

Optional crop

crop?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "crop">

Triggered by the JQuery Cropper plugin.

This event fires when the canvas (image wrapper) or the crop box changed.

Optional cropend

cropend?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "cropend">

Triggered by the JQuery Cropper plugin.

This event fires when the canvas (image wrapper) or the crop box stops to change.

Optional cropmove

cropmove?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "cropmove">

Triggered by the JQuery Cropper plugin.

This event fires when the canvas (image wrapper) or the crop box is changing.

Optional cropstart

cropstart?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "cropstart">

Triggered by the JQuery Cropper plugin.

This event fires when the canvas (image wrapper) or the crop box starts to change.

Optional dblclick

dblclick?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "dblclick">

Optional drag

drag?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "drag">

Optional dragend

dragend?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "dragend">

Optional dragenter

dragenter?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "dragenter">

Optional dragexit

dragexit?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "dragexit">

Optional dragleave

dragleave?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "dragleave">

Optional dragover

dragover?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "dragover">

Optional dragstart

dragstart?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "dragstart">

Optional drop

drop?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "drop">

Optional fileuploadadd

fileuploadadd?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadadd">

See FileUploadOptions.add, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadadded

fileuploadadded?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadadded">

See FileUploadOptions.added, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadalways

fileuploadalways?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadalways">

See FileUploadOptions.always, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadchange

fileuploadchange?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadchange">

See FileUploadOptions.change, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadchunkalways

fileuploadchunkalways?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadchunkalways">

See FileUploadOptions.chunkalways, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadchunkbeforesend

fileuploadchunkbeforesend?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadchunkbeforesend">

See FileUploadOptions.chunkbeforesend, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadchunkdone

fileuploadchunkdone?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadchunkdone">

See FileUploadOptions.chunkdone, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadchunkfail

fileuploadchunkfail?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadchunkfail">

See FileUploadOptions.chunkfail, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadchunksend

fileuploadchunksend?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadchunksend">

See FileUploadOptions.chunksend, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadcompleted

fileuploadcompleted?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadcompleted">

See FileUploadOptions.completed, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploaddestroy

fileuploaddestroy?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploaddestroy">

See FileUploadOptions.destroy, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploaddestroyed

fileuploaddestroyed?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploaddestroyed">

See FileUploadOptions.destroyed, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploaddone

fileuploaddone?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploaddone">

See FileUploadOptions.done, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploaddragover

fileuploaddragover?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploaddragover">

See FileUploadOptions.dragover, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploaddrop

fileuploaddrop?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploaddrop">

See FileUploadOptions.drop, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadfail

fileuploadfail?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadfail">

See FileUploadOptions.fail, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadfailed

fileuploadfailed?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadfailed">

See FileUploadOptions.failed, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadfinished

fileuploadfinished?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadfinished">

See FileUploadOptions.finished, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadpaste

fileuploadpaste?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadpaste">

See FileUploadOptions.paste, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadprocess

fileuploadprocess?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadprocess">

See FileUploadOptions.process, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadprocessalways

fileuploadprocessalways?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadprocessalways">

See FileUploadOptions.processalways, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadprocessdone

fileuploadprocessdone?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadprocessdone">

See FileUploadOptions.processdone, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadprocessfail

fileuploadprocessfail?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadprocessfail">

See FileUploadOptions.processfail, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadprocessstart

fileuploadprocessstart?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadprocessstart">

See FileUploadOptions.processstart, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadprocessstop

fileuploadprocessstop?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadprocessstop">

See FileUploadOptions.processstop, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadprogress

fileuploadprogress?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadprogress">

See FileUploadOptions.progress, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadprogressall

fileuploadprogressall?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadprogressall">

See FileUploadOptions.progressall, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadsend

fileuploadsend?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadsend">

See FileUploadOptions.send, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadsent

fileuploadsent?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadsent">

See FileUploadOptions.sent, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadstart

fileuploadstart?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadstart">

See FileUploadOptions.start, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadstarted

fileuploadstarted?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadstarted">

See FileUploadOptions.started, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadstop

fileuploadstop?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadstop">

See FileUploadOptions.stop, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadstopped

fileuploadstopped?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadstopped">

See FileUploadOptions.stopped, the callback passed via the options, for more details on the parameters passed to the callback.

Optional fileuploadsubmit

fileuploadsubmit?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "fileuploadsubmit">

See FileUploadOptions.submit, the callback passed via the options, for more details on the parameters passed to the callback.

Optional focus

focus?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "focus">

Optional focusin

focusin?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "focusin">

Optional focusout

focusout?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "focusout">

Optional idle.idleTimer

idle.idleTimer?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "idle.idleTimer">

Triggered by the jQuery Idle Timer plugin.

Fired when the user goes idle.

Usually receives the following additional arguments:

  • elem (JQuery): The element that the event was triggered on.
  • obj (object): A copy of the internal data used by idleTimer.

Optional jsp-arrow-change

jsp-arrow-change?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "jsp-arrow-change">

Triggered by the jQuery JScrollPane plugin.

Fires whenever the state of the arrow buttons changes (i.e. when the scroll reaches or leaves any end of the viewport). Note that this function isn't dependant on having showArrows set to true, indeed it is most useful when implementing your own arrow keys.

Usually receives the following additional arguments:

  • isAtTop (boolean)
  • isAtBottom (boolean)
  • isAtLeft (boolean)
  • isAtRight (boolean)

Optional jsp-initialised

jsp-initialised?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "jsp-initialised">

Triggered by the jQuery JScrollPane plugin.

Fires when an element is (re)initialized.

Usually receives the following additional arguments:

  • isScrollable (boolean)

Optional jsp-scroll-x

jsp-scroll-x?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "jsp-scroll-x">

Triggered by the jQuery JScrollPane plugin.

Fires continuously whilst horizontal scrolling is occurring.

Usually receives the following additional arguments:

  • scrollPositionX (number)
  • isAtLeft (boolean)
  • isAtRight (boolean)

Optional jsp-scroll-y

jsp-scroll-y?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "jsp-scroll-y">

Triggered by the jQuery JScrollPane plugin.

Fires continuously whilst vertical scrolling is occurring.

Usually receives the following additional arguments:

  • scrollPositionY (number)
  • isAtTop (boolean)
  • isAtBottom (boolean)

Optional jsp-user-scroll-x

jsp-user-scroll-x?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "jsp-user-scroll-x">

Triggered by the jQuery JScrollPane plugin.

Fires only when the scroll is caused by the user. Also, its fired after the actual scroll had happened.

Usually receives the following additional arguments:

  • destLeft (number)
  • isAtLeft (boolean)
  • isAtRight (boolean)

Optional jsp-user-scroll-y

jsp-user-scroll-y?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "jsp-user-scroll-y">

Triggered by the jQuery JScrollPane plugin.

Fires only when the scroll is caused by the user. Also, its fired after the actual scroll had happened.

Usually receives the following additional arguments:

  • destTop (number)
  • isAtTop (boolean)
  • isAtBottom (boolean)

Optional jsp-will-scroll-x

jsp-will-scroll-x?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "jsp-will-scroll-x">

Triggered by the jQuery JScrollPane plugin.

Fired before the actual scroll had happened. This can be used to disable the scroll functionality if the event.preventDefault() is called.

Usually receives the following additional arguments:

  • destX (number)

Optional jsp-will-scroll-y

jsp-will-scroll-y?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "jsp-will-scroll-y">

Triggered by the jQuery JScrollPane plugin.

Fired before the actual scroll had happened. This can be used to disable the scroll functionality if the event.preventDefault() is called.

Usually receives the following additional arguments:

  • destY (number)

Optional keydown

keydown?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "keydown">

Optional keypress

keypress?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "keypress">

Optional keyup

keyup?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "keyup">

Optional mousedown

mousedown?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "mousedown">

Optional mouseenter

mouseenter?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "mouseenter">

Optional mouseleave

mouseleave?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "mouseleave">

Optional mousemove

mousemove?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "mousemove">

Optional mouseout

mouseout?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "mouseout">

Optional mouseover

mouseover?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "mouseover">

Optional mouseup

mouseup?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "mouseup">

Optional mousewheel

mousewheel?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "mousewheel">

Triggered by the jQuery Idle Timer plugin.

Fired when the user becomes active again.

Usually receives the following additional arguments:

  • elem (JQuery): The element that the event was triggered on
  • obj (object): A copy of the internal data used by idleTimer
  • triggerevent (JQuery.TriggeredEvent): The initial event that triggered the element to become active.

Optional moveClockwiseThroughBack

moveClockwiseThroughBack?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "moveClockwiseThroughBack">

Triggered by the jQuery Roundabout plugin.

This event fires on moving child elements when an animation causes them pass through the point that is opposite (or 180°) from the focusBearing in a clockwise motion.

Optional moveCounterclockwiseThroughBack

moveCounterclockwiseThroughBack?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "moveCounterclockwiseThroughBack">

Triggered by the jQuery Roundabout plugin.

This event fires on moving child elements when an animation causes them to pass through the point that is opposite (or 180°) from the focusBearing in a counterclockwise motion.

Optional pfAjaxComplete

pfAjaxComplete?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "pfAjaxComplete">

Triggered on the document when an AJAX request completes (both success and failure). Only when global is set to true.

Usually the following arguments are passed to the callback:

Optional pfAjaxError

pfAjaxError?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "pfAjaxError">

Triggered on the document when an AJAX request made by PrimeFaces.ajax fails.

Usually the following arguments are passed to the callback:

Optional pfAjaxSend

pfAjaxSend?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "pfAjaxSend">

Triggered on the document before an AJAX request made by PrimeFaces.ajax starts.

Usually the following arguments are passed to the callback:

Optional pfAjaxStart

pfAjaxStart?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "pfAjaxStart">

Triggered on the document when an AJAX request made by PrimeFaces.ajax starts.

Usually no arguments are passed to the callback.

Optional pfAjaxSuccess

pfAjaxSuccess?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "pfAjaxSuccess">

Triggered on the document when an AJAX request made by PrimeFaces.ajax succeeds.

Usually the following arguments are passed to the callback:

Optional reposition

reposition?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "reposition">

Triggered by the jQuery Roundabout plugin

This event fires on child elements that have been repositioned and are in place.

Optional resize

resize?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "resize">

Optional scroll

scroll?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "scroll">

Optional select

select?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "select">

Optional submit

submit?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "submit">

Optional touchcancel

touchcancel?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "touchcancel">

Optional touchend

touchend?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "touchend">

Optional touchmove

touchmove?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "touchmove">

Optional touchstart

touchstart?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "touchstart">

Optional zoom

zoom?: false | object | TypeEventHandler<TDelegateTarget, TData, TCurrentTarget, TTarget, "zoom">

Triggered by the JQuery Cropper plugin.

This event fires when a cropper instance starts to zoom in or zoom out its canvas (image wrapper).

Generated using TypeDoc