Method
UIObject.getStyle()
UIObject.invalidate()
UIObject.move()
UIObject.redraw()
UIObject.setSize()
UIObject.setSkin()
UIObject.setStyle()
Methods inherited from the UIComponent class
The following table lists the methods the Tree class inherits from the UIComponent class. When
calling these methods from the Tree object, use the form
Method
UIComponent.getFocus()
UIComponent.setFocus()
Methods inherited from the List class
The following table lists the methods the Tree class inherits from the List class. When calling
these methods from the Tree object, use the form
Method
List.addItem()
List.addItemAt()
List.getItemAt()
List.removeAll()
List.removeItemAt()
List.replaceItemAt()
List.setPropertiesAt()
List.sortItems()
List.sortItemsBy()
Description
Gets the style property from the style declaration or object.
Marks the object so it will be redrawn on the next frame interval.
Moves the object to the requested position.
Forces validation of the object so it is drawn in the current frame.
Resizes the object to the requested size.
Sets a skin in the object.
Sets the style property on the style declaration or object.
Description
Returns a reference to the object that has focus.
Sets focus to the component instance.
TreeInstance.methodName
Description
Adds an item to the end of the list.
Adds an item to the list at the specified index. With the Tree
component, it is better to use
Returns the item at the specified index.
Removes all items from the list.
Removes the item at the specified index.
Replaces the item at the specified index with another item.
Applies the specified properties to the specified item.
Sorts the items in the list according to the specified compare
function.
Sorts the items in the list according to a specified property.
Tree component (Flash Professional only)
TreeInstance.methodName
.
Tree.addTreeNodeAt()
.
.
771
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers