| Pakiet | com.adobe.solutions.rca.domain.common |
| Interfejs | public interface IGanttDataItem |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
GanttChart.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| ganttItems : ArrayCollection [tylko do odczytu]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
| itemEndDate : Date [tylko do odczytu]
End date of the item. | IGanttDataItem | ||
| itemName : String [tylko do odczytu]
Name of the item. | IGanttDataItem | ||
| itemStartDate : Date [tylko do odczytu]
Start date of the item. | IGanttDataItem | ||
| itemState : String [tylko do odczytu]
State of the item. | IGanttDataItem | ||
| itemStatus : String [tylko do odczytu]
Status of the item. | IGanttDataItem | ||
| itemType : String [tylko do odczytu]
Type of item. | IGanttDataItem | ||
| operationList : ArrayCollection [tylko do odczytu]
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 | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
A Boolean function to determine if the item has displayable children. | IGanttDataItem | ||
ganttItems | właściwość |
ganttItems:ArrayCollection [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie ganttItemsChanged .
Implementacja
public function get ganttItems():ArrayCollectionPowiązane elementy interfejsu API
itemEndDate | właściwość |
itemEndDate:Date [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
End date of the item.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie ganttDataItemDurationChanged .
Implementacja
public function get itemEndDate():DateitemName | właściwość |
itemName:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Name of the item.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie ganttDataItemNameChanged .
Implementacja
public function get itemName():StringitemStartDate | właściwość |
itemStartDate:Date [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Start date of the item.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie ganttDataItemDurationChanged .
Implementacja
public function get itemStartDate():DateitemState | właściwość |
itemState:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
State of the item.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie ganttDataItemStateChanged .
Implementacja
public function get itemState():StringitemStatus | właściwość |
itemStatus:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Status of the item.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie ganttDataItemStatusChanged .
Implementacja
public function get itemStatus():StringitemType | właściwość |
operationList | właściwość |
operationList:ArrayCollection [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
A collection of operations that are available to a user through the context menu in the Gantt chart.
Implementacja
public function get operationList():ArrayCollectionshowChildren | właściwość |
showChildren:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the children need to be displayed.
Implementacja
public function get showChildren():Boolean public function set showChildren(value:Boolean):voidshowParent | właściwość |
showParent:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the parent needs to be displayed.
Implementacja
public function get showParent():Boolean public function set showParent(value:Boolean):voidhasChildren | () | metoda |
public function hasChildren():Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
A Boolean function to determine if the item has displayable children.
ZwracaBoolean — It returns a True value if there are displayable children.
|
Tue Jun 12 2018, 12:06 PM Z