パッケージ | 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 エレメント
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 | プロパティ |
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, 10:34 AM Z