| 套件 | com.adobe.solutions.rca.domain.common |
| 介面 | public interface IGanttDataItem |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
GanttChart.
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| ganttItems : ArrayCollection [唯讀]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
| itemEndDate : Date [唯讀]
End date of the item. | IGanttDataItem | ||
| itemName : String [唯讀]
Name of the item. | IGanttDataItem | ||
| itemStartDate : Date [唯讀]
Start date of the item. | IGanttDataItem | ||
| itemState : String [唯讀]
State of the item. | IGanttDataItem | ||
| itemStatus : String [唯讀]
Status of the item. | IGanttDataItem | ||
| itemType : String [唯讀]
Type of item. | IGanttDataItem | ||
| operationList : ArrayCollection [唯讀]
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 | ||
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
A Boolean function to determine if the item has displayable children. | IGanttDataItem | ||
屬性詳細資訊
ganttItems | 屬性 |
ganttItems:ArrayCollection [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 ganttItemsChanged 事件。
實作
public function get ganttItems():ArrayCollection相關 API 元素
this.showChildren
itemEndDate | 屬性 |
itemName | 屬性 |
itemStartDate | 屬性 |
itemState | 屬性 |
itemStatus | 屬性 |
itemType | 屬性 |
operationList | 屬性 |
operationList:ArrayCollection [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
A collection of operations that are available to a user through the context menu in the Gantt chart.
實作
public function get operationList():ArrayCollectionshowChildren | 屬性 |
showChildren:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the children need to be displayed.
實作
public function get showChildren():Boolean public function set showChildren(value:Boolean):voidshowParent | 屬性 |
showParent:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the parent needs to be displayed.
實作
public function get showParent():Boolean public function set showParent(value:Boolean):void方法詳細資訊
hasChildren | () | 方法 |
public function hasChildren():Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
A Boolean function to determine if the item has displayable children.
傳回值Boolean — It returns a True value if there are displayable children.
|
Tue Jun 12 2018, 03:47 PM Z