Pakket | com.adobe.solutions.rca.domain.common |
Interface | public interface IGanttDataItem |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
GanttChart
.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
ganttItems : ArrayCollection [alleen-lezen]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
itemEndDate : Date [alleen-lezen]
End date of the item. | IGanttDataItem | ||
itemName : String [alleen-lezen]
Name of the item. | IGanttDataItem | ||
itemStartDate : Date [alleen-lezen]
Start date of the item. | IGanttDataItem | ||
itemState : String [alleen-lezen]
State of the item. | IGanttDataItem | ||
itemStatus : String [alleen-lezen]
Status of the item. | IGanttDataItem | ||
itemType : String [alleen-lezen]
Type of item. | IGanttDataItem | ||
operationList : ArrayCollection [alleen-lezen]
A collection of operations that are available to a user through the context menu in the Gantt chart. | IGanttDataItem | ||
showChildren : Boolean
A Boolean flag to determine if the children need to be displayed. | IGanttDataItem | ||
showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed. | IGanttDataItem |
Methode | Gedefinieerd door | ||
---|---|---|---|
A Boolean function to determine if the item has displayable children. | IGanttDataItem |
ganttItems | eigenschap |
ganttItems:ArrayCollection
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
A collection of the displayable children that are displayed in the Gantt chart if showChildren
flag is set to True
.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis ganttItemsChanged
verzonden.
Implementatie
public function get ganttItems():ArrayCollection
Verwante API-elementen
itemEndDate | eigenschap |
itemEndDate:Date
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
End date of the item.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis ganttDataItemDurationChanged
verzonden.
Implementatie
public function get itemEndDate():Date
itemName | eigenschap |
itemName:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Name of the item.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis ganttDataItemNameChanged
verzonden.
Implementatie
public function get itemName():String
itemStartDate | eigenschap |
itemStartDate:Date
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Start date of the item.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis ganttDataItemDurationChanged
verzonden.
Implementatie
public function get itemStartDate():Date
itemState | eigenschap |
itemState:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
State of the item.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis ganttDataItemStateChanged
verzonden.
Implementatie
public function get itemState():String
itemStatus | eigenschap |
itemStatus:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Status of the item.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis ganttDataItemStatusChanged
verzonden.
Implementatie
public function get itemStatus():String
itemType | eigenschap |
operationList | eigenschap |
operationList:ArrayCollection
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
A collection of operations that are available to a user through the context menu in the Gantt chart.
Implementatie
public function get operationList():ArrayCollection
showChildren | eigenschap |
showChildren:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the children need to be displayed.
Implementatie
public function get showChildren():Boolean
public function set showChildren(value:Boolean):void
showParent | eigenschap |
showParent:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the parent needs to be displayed.
Implementatie
public function get showParent():Boolean
public function set showParent(value:Boolean):void
hasChildren | () | methode |
public function hasChildren():Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
A Boolean function to determine if the item has displayable children.
Geretourneerde waardeBoolean — It returns a True value if there are displayable children.
|
Wed Jun 13 2018, 11:42 AM Z