Class: DataBoundEvent

DataBoundEvent

new DataBoundEvent(type, target, iterator, error)

Class of events raised before and after databinding of a antie.widgets.List.
Parameters:
Name Type Description
type String The type of the event.
target antie.widgets.List The list that has received data.
iterator antie.Iterator An iterator to the data that has been bound to the list.
error Object Error details (if applicable to the event type).
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: