| Paquete | com.adobe.solutions.rca.presentation.gantt.ruler |
| Interfaz | public interface IRulerItemRenderer |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| date : Date
Date for which the ruler item is rendered. | IRulerItemRenderer | ||
| isFirst : Boolean
If this Boolean flag is set to True, this is the first item in the ruler rendition. | IRulerItemRenderer | ||
| isLast : Boolean
If this Boolean flag is set to True, this is the last item in the ruler rendition. | IRulerItemRenderer | ||
| offsetTicks : Boolean [solo lectura]
If this Boolean flag is set to True, then the ticks are not on actual date but are at the mid-point of the renderer. | IRulerItemRenderer | ||
| showLabel : Boolean
If this Boolean flag is set to True, the date label is displayed for this item in the ruler. | IRulerItemRenderer | ||
Información sobre propiedades
date | propiedad |
date:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Date for which the ruler item is rendered.
Implementación
public function get date():Date public function set date(value:Date):voidisFirst | propiedad |
isFirst:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True, this is the first item in the ruler rendition.
Implementación
public function get isFirst():Boolean public function set isFirst(value:Boolean):voidisLast | propiedad |
isLast:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True, this is the last item in the ruler rendition.
Implementación
public function get isLast():Boolean public function set isLast(value:Boolean):voidoffsetTicks | propiedad |
offsetTicks:Boolean [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True, then the ticks are not on actual date but are at the mid-point of the renderer.
Implementación
public function get offsetTicks():BooleanshowLabel | propiedad |
showLabel:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True, the date label is displayed for this item in the ruler.
Implementación
public function get showLabel():Boolean public function set showLabel(value:Boolean):voidTue Jun 12 2018, 02:12 PM Z