包 | 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():ArrayCollection
showChildren | 属性 |
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):void
showParent | 属性 |
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, 11:04 AM Z