Paquete | com.adobe.solutions.rca.domain.common |
Interfaz | public interface IGanttDataItem |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
GanttChart
.
Propiedad | Definido por | ||
---|---|---|---|
ganttItems : ArrayCollection [solo lectura]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
itemEndDate : Date [solo lectura]
End date of the item. | IGanttDataItem | ||
itemName : String [solo lectura]
Name of the item. | IGanttDataItem | ||
itemStartDate : Date [solo lectura]
Start date of the item. | IGanttDataItem | ||
itemState : String [solo lectura]
State of the item. | IGanttDataItem | ||
itemStatus : String [solo lectura]
Status of the item. | IGanttDataItem | ||
itemType : String [solo lectura]
Type of item. | IGanttDataItem | ||
operationList : ArrayCollection [solo lectura]
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 | propiedad |
ganttItems:ArrayCollection
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | 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
.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento ganttItemsChanged
.
Implementación
public function get ganttItems():ArrayCollection
Elementos de API relacionados
itemEndDate | propiedad |
itemEndDate:Date
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
End date of the item.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento ganttDataItemDurationChanged
.
Implementación
public function get itemEndDate():Date
itemName | propiedad |
itemName:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the item.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento ganttDataItemNameChanged
.
Implementación
public function get itemName():String
itemStartDate | propiedad |
itemStartDate:Date
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Start date of the item.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento ganttDataItemDurationChanged
.
Implementación
public function get itemStartDate():Date
itemState | propiedad |
itemState:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
State of the item.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento ganttDataItemStateChanged
.
Implementación
public function get itemState():String
itemStatus | propiedad |
itemStatus:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Status of the item.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento ganttDataItemStatusChanged
.
Implementación
public function get itemStatus():String
itemType | propiedad |
operationList | propiedad |
operationList:ArrayCollection
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
A collection of operations that are available to a user through the context menu in the Gantt chart.
Implementación
public function get operationList():ArrayCollection
showChildren | propiedad |
showChildren:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the children need to be displayed.
Implementación
public function get showChildren():Boolean
public function set showChildren(value:Boolean):void
showParent | propiedad |
showParent:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to determine if the parent needs to be displayed.
Implementación
public function get showParent():Boolean
public function set showParent(value:Boolean):void
hasChildren | () | método |
public function hasChildren():Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
A Boolean function to determine if the item has displayable children.
Valor devueltoBoolean — It returns a True value if there are displayable children.
|
Tue Jun 12 2018, 02:12 PM Z