| 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():ArrayCollectionVerwante 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():DateitemName | 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():StringitemStartDate | 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():DateitemState | 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():StringitemStatus | 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():StringitemType | 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():ArrayCollectionshowChildren | 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):voidshowParent | 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):voidhasChildren | () | 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