| Package | com.flextoolbox.controls.treeMapClasses |
| Interface | public interface ITreeMapBranchRenderer extends ITreeMapItemRenderer, mx.core.IDataRenderer, mx.core.IUIComponent, flash.events.IEventDispatcher, mx.core.IFlexDisplayObject, mx.styles.IStyleClient, mx.core.IInvalidating |
| Implementors | BaseTreeMapBranchRenderer |
See also
| Property | Defined by | ||
|---|---|---|---|
| itemCount : int [read-only]
The number of items displayed in this branch.
| ITreeMapBranchRenderer | ||
![]() | selected : Boolean | ITreeMapItemRenderer | |
| Method | Defined by | ||
|---|---|---|---|
|
addItem(item:TreeMapItemLayoutData):void
Adds an item to be displayed in this branch.
| ITreeMapBranchRenderer | ||
|
addItemAt(item:TreeMapItemLayoutData, index:int):void
Adds an item to a specific position in this branch.
| ITreeMapBranchRenderer | ||
|
getItemAt(index:int):TreeMapItemLayoutData
Returns the item at the specified index.
| ITreeMapBranchRenderer | ||
|
itemsToArray():Array
Returns an Array containing all items within this branch.
| ITreeMapBranchRenderer | ||
|
removeAllItems():void
Removes all items currently displayed in this branch.
| ITreeMapBranchRenderer | ||
|
removeItem(item:TreeMapItemLayoutData):void
Removes an item that is currently being displayed in this branch.
| ITreeMapBranchRenderer | ||
|
removeItemAt(index:int):void
Removes an item from a specific position in this branch.
| ITreeMapBranchRenderer | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| TODO: Document this! | ITreeMapBranchRenderer | |||
| TODO: Document this! | ITreeMapBranchRenderer | |||
| TODO: Document this! | ITreeMapBranchRenderer | |||
| itemCount | property |
itemCount:int [read-only]The number of items displayed in this branch.
Implementation public function get itemCount():int
| addItem | () | method |
public function addItem(item:TreeMapItemLayoutData):voidAdds an item to be displayed in this branch.
Parametersitem:TreeMapItemLayoutData |
| addItemAt | () | method |
public function addItemAt(item:TreeMapItemLayoutData, index:int):voidAdds an item to a specific position in this branch.
Parametersitem:TreeMapItemLayoutData |
|
index:int |
| getItemAt | () | method |
public function getItemAt(index:int):TreeMapItemLayoutDataReturns the item at the specified index.
Parametersindex:int |
TreeMapItemLayoutData |
| itemsToArray | () | method |
public function itemsToArray():ArrayReturns an Array containing all items within this branch.
ReturnsArray |
| removeAllItems | () | method |
public function removeAllItems():voidRemoves all items currently displayed in this branch.
| removeItem | () | method |
public function removeItem(item:TreeMapItemLayoutData):voidRemoves an item that is currently being displayed in this branch.
Parametersitem:TreeMapItemLayoutData |
| removeItemAt | () | method |
public function removeItemAt(index:int):voidRemoves an item from a specific position in this branch.
Parametersindex:int |
| branchLayoutChange | event |
| branchSelect | event |
| branchZoom | event |