| Пакет | 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 | свойство |
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():StringitemStartDate | свойство |
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 | свойство |
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():StringitemStatus | свойство |
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():StringitemType | свойство |
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, 11:34 AM Z