用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.solutions.rca.domain.common 

IGanttDataItem  - AS3 Review, Commenting, and Approval

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)

This interface defines the data item that can be displayed in a 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

属性 
itemEndDate:Date  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

End date of the item.

此属性可用作数据绑定的源。修改此属性后,将调度 ganttDataItemDurationChanged 事件。



实现
    public function get itemEndDate():Date

itemName

属性 
itemName:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Name of the item.

此属性可用作数据绑定的源。修改此属性后,将调度 ganttDataItemNameChanged 事件。



实现
    public function get itemName():String

itemStartDate

属性 
itemStartDate:Date  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Start date of the item.

此属性可用作数据绑定的源。修改此属性后,将调度 ganttDataItemDurationChanged 事件。



实现
    public function get itemStartDate():Date

itemState

属性 
itemState:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

State of the item.

此属性可用作数据绑定的源。修改此属性后,将调度 ganttDataItemStateChanged 事件。



实现
    public function get itemState():String

itemStatus

属性 
itemStatus:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Status of the item.

此属性可用作数据绑定的源。修改此属性后,将调度 ganttDataItemStatusChanged 事件。



实现
    public function get itemStatus():String

itemType

属性 
itemType:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Type of item.



实现
    public function get itemType():String

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.




[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。