| Package | com.asterisq.graph.views |
| Class | public class MultiTreeGraphView |
| Inheritance | MultiTreeGraphView SynchronizedGraphView flash.events.EventDispatcher |
| Implements | IGraphView |
| Property | Defined by | ||
|---|---|---|---|
![]() | automaticViewInvalidation : Boolean
Indicates whether the view is automatically invalidated when the model changes.
| SynchronizedGraphView | |
| depthPropertyName : String
The name of the node data property that will store the node's depth.
| MultiTreeGraphView | ||
![]() | model : IGraph
The model from which the contents of this view is calculated.
| SynchronizedGraphView | |
| rootNodeIDs : ArrayCollection
The IDs of the root nodes in the view.
| MultiTreeGraphView | ||
| treeDepth : int
This view's tree depth.
| MultiTreeGraphView | ||
![]() | view : IGraph
The calculated contents of this view.
| SynchronizedGraphView | |
![]() | viewInvalid : Boolean
Indicates whether the view is currently invalid.
| SynchronizedGraphView | |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new MultiTreeGraphView.
| MultiTreeGraphView | ||
![]() |
invalidate():void
Schedules the view for validation during the next render cycle.
| SynchronizedGraphView | |
![]() |
validateNow():void
Immediately recalculates the view.
| SynchronizedGraphView | |
| Method | Defined by | ||
|---|---|---|---|
|
validate():Boolean
Recalculates the contents of the view from the model data.
| MultiTreeGraphView | ||
| depthPropertyName | property |
depthPropertyName:String [read-write]The name of the node data property that will store the node's depth. If set, each node's data object will have a property with this name which contains the depth of that node in its tree.
Implementation public function get depthPropertyName():String
public function set depthPropertyName(value:String):void
| rootNodeIDs | property |
rootNodeIDs:ArrayCollection [read-write]The IDs of the root nodes in the view.
Implementation public function get rootNodeIDs():ArrayCollection
public function set rootNodeIDs(value:ArrayCollection):void
| treeDepth | property |
treeDepth:int [read-write]This view's tree depth.
Implementation public function get treeDepth():int
public function set treeDepth(value:int):void
| MultiTreeGraphView | () | constructor |
public function MultiTreeGraphView()Creates a new MultiTreeGraphView.
| validate | () | method |
protected override function validate():BooleanRecalculates the contents of the view from the model data.
ReturnsBoolean |