| 패키지 | 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():DateitemName | 속성 |
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():DateitemState | 속성 |
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):voidhasChildren | () | 메서드 |
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:17 PM Z