Pacchetto | com.adobe.solutions.rca.domain.common |
Interfaccia | public interface IGanttDataItem |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
GanttChart
.
Proprietà | Definito da | ||
---|---|---|---|
ganttItems : ArrayCollection [sola lettura]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
itemEndDate : Date [sola lettura]
End date of the item. | IGanttDataItem | ||
itemName : String [sola lettura]
Name of the item. | IGanttDataItem | ||
itemStartDate : Date [sola lettura]
Start date of the item. | IGanttDataItem | ||
itemState : String [sola lettura]
State of the item. | IGanttDataItem | ||
itemStatus : String [sola lettura]
Status of the item. | IGanttDataItem | ||
itemType : String [sola lettura]
Type of item. | IGanttDataItem | ||
operationList : ArrayCollection [sola lettura]
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 |
Metodo | Definito da | ||
---|---|---|---|
A Boolean function to determine if the item has displayable children. | IGanttDataItem |
ganttItems | proprietà |
ganttItems:ArrayCollection
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | 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
.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento ganttItemsChanged
.
Implementazione
public function get ganttItems():ArrayCollection
Elementi API correlati
itemEndDate | proprietà |
itemEndDate:Date
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
End date of the item.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento ganttDataItemDurationChanged
.
Implementazione
public function get itemEndDate():Date
itemName | proprietà |
itemName:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the item.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento ganttDataItemNameChanged
.
Implementazione
public function get itemName():String
itemStartDate | proprietà |
itemStartDate:Date
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Start date of the item.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento ganttDataItemDurationChanged
.
Implementazione
public function get itemStartDate():Date
itemState | proprietà |
itemState:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
State of the item.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento ganttDataItemStateChanged
.
Implementazione
public function get itemState():String
itemStatus | proprietà |
itemStatus:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Status of the item.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento ganttDataItemStatusChanged
.
Implementazione
public function get itemStatus():String
itemType | proprietà |
operationList | proprietà |
operationList:ArrayCollection
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A collection of operations that are available to a user through the context menu in the Gantt chart.
Implementazione
public function get operationList():ArrayCollection
showChildren | proprietà |
showChildren:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the children need to be displayed.
Implementazione
public function get showChildren():Boolean
public function set showChildren(value:Boolean):void
showParent | proprietà |
showParent:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the parent needs to be displayed.
Implementazione
public function get showParent():Boolean
public function set showParent(value:Boolean):void
hasChildren | () | metodo |
public function hasChildren():Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean function to determine if the item has displayable children.
RestituisceBoolean — It returns a True value if there are displayable children.
|
Tue Jun 12 2018, 02:44 PM Z