Pacote | com.adobe.solutions.rca.domain.common |
Interface | public interface IGanttDataItem |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
GanttChart
.
Propriedade | Definido por | ||
---|---|---|---|
ganttItems : ArrayCollection [somente leitura]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
itemEndDate : Date [somente leitura]
End date of the item. | IGanttDataItem | ||
itemName : String [somente leitura]
Name of the item. | IGanttDataItem | ||
itemStartDate : Date [somente leitura]
Start date of the item. | IGanttDataItem | ||
itemState : String [somente leitura]
State of the item. | IGanttDataItem | ||
itemStatus : String [somente leitura]
Status of the item. | IGanttDataItem | ||
itemType : String [somente leitura]
Type of item. | IGanttDataItem | ||
operationList : ArrayCollection [somente leitura]
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 |
Método | Definido por | ||
---|---|---|---|
A Boolean function to determine if the item has displayable children. | IGanttDataItem |
ganttItems | propriedade |
ganttItems:ArrayCollection
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de 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
.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento ganttItemsChanged
.
Implementação
public function get ganttItems():ArrayCollection
Elementos da API relacionados
itemEndDate | propriedade |
itemEndDate:Date
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
End date of the item.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento ganttDataItemDurationChanged
.
Implementação
public function get itemEndDate():Date
itemName | propriedade |
itemName:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the item.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento ganttDataItemNameChanged
.
Implementação
public function get itemName():String
itemStartDate | propriedade |
itemStartDate:Date
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Start date of the item.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento ganttDataItemDurationChanged
.
Implementação
public function get itemStartDate():Date
itemState | propriedade |
itemState:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
State of the item.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento ganttDataItemStateChanged
.
Implementação
public function get itemState():String
itemStatus | propriedade |
itemStatus:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Status of the item.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento ganttDataItemStatusChanged
.
Implementação
public function get itemStatus():String
itemType | propriedade |
operationList | propriedade |
operationList:ArrayCollection
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de 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.
Implementação
public function get operationList():ArrayCollection
showChildren | propriedade |
showChildren:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the children need to be displayed.
Implementação
public function get showChildren():Boolean
public function set showChildren(value:Boolean):void
showParent | propriedade |
showParent:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the parent needs to be displayed.
Implementação
public function get showParent():Boolean
public function set showParent(value:Boolean):void
hasChildren | () | método |
public function hasChildren():Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean function to determine if the item has displayable children.
RetornaBoolean — It returns a True value if there are displayable children.
|
Wed Jun 13 2018, 11:10 AM Z