User Guide
Tree class (Flash Professional only) 1283
Event summary for the Tree class
The following table lists events of the Tree class.
Events inherited from the UIObject class
The following table lists the events the Tree class inherits from the UIObject class.
List.selectedIndex The index of a selection in a single-selection list.
List.selectedIndices An array of the selected items in a multiple-selection list.
List.selectedItem The selected item in a single-selection list. This property is
read-only.
List.selectedItems The selected item objects in a multiple-selection list. This
property is read-only.
List.vPosition Scrolls the list so the topmost visible item is the number
assigned.
List.vScrollPolicy Indicates whether the vertical scroll bar is displayed ("on"),
not displayed (
"off"), or displayed when needed ("auto").
Event Description
Tree.nodeClose Broadcast when a node is closed by a user.
Tree.nodeOpen Broadcast when a node is opened by a user.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible to
invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.
UIObject.reveal Broadcast when an object’s state changes from invisible to
visible.
UIObject.unload Broadcast when the subobjects are being unloaded.
Property Description