
TUTORIALS POINT
Simply Easy Learning Page 66
when the component has finished its construction, property processing, measuring, layout, and drawing.
currentStateChange
after the view state has changed.
currentStateChanging
after the currentState property changes, but before the view state changes.
dragComplete
by the drag initiator (the component that is the source of the data being dragged) when the drag
operation completes, either when you drop the dragged data onto a drop target or when you end the
drag-and-drop operation without performing a drop.
dragDrop
by the drop target when the user releases the mouse over it.
dragEnter
by a component when the user moves the mouse over the component during a drag operation.
dragExit
by the component when the user drags outside the component, but does not drop the data onto the
target.
dragOver
by a component when the user moves the mouse while over the component during a drag operation.
dragStart
by the drag initiator when starting a drag operation.
effectEnd
after an effect ends.
effectStart
just before an effect starts.
effectStop
after an effect is stopped, which happens only by a call to stop() on the effect.
enterState
after the component has entered a view state.
exitState
just before the component exits a view state.
hide
when an object's state changes from visible to invisible.
initialize
when the component has finished its construction and has all initialization properties set.
invalid
when a component is monitored by a Validator and the validation failed.
mouseDownOutside
from a component opened using the PopUpManager when the user clicks outside it.
Commentaires sur ces manuels