Class: SelectedItemChangeEvent

SelectedItemChangeEvent

new SelectedItemChangeEvent(target, item, index)

Class of events raised when a antie.widgets.List has been scrolled to another item.
Parameters:
Name Type Description
target antie.widgets.List The list that has changed.
item antie.widgets.Widget The list item that has been selected.
index Integer The index of the list item that has been selected.
Source:

Extends

Methods

isDefaultPrevented()

Check to see if the default handler has been prevented.
Inherited From:
Source:
Returns:
Boolean true if the default handler has been prevented.

isPropagationStopped()

Check to see if the propagation of this event has been stopped.
Inherited From:
Source:
Returns:
Boolean true if the event has been stopped, otherwise Boolean false.

preventDefault()

Prevent any default handler being called for this event.
Inherited From:
Source:

stopPropagation()

Stop propagation of the event through the widget tree.
Inherited From:
Source: