| Pacote | com.adobe.solutions.rca.presentation.gantt.ruler |
| Interface | public interface IRulerItemRenderer |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
| Propriedade | 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 [somente leitura]
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 | ||
Detalhes da propriedade
date | propriedade |
date:Date| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Date for which the ruler item is rendered.
Implementação
public function get date():Date public function set date(value:Date):voidisFirst | propriedade |
isFirst:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True, this is the first item in the ruler rendition.
Implementação
public function get isFirst():Boolean public function set isFirst(value:Boolean):voidisLast | propriedade |
isLast:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True, this is the last item in the ruler rendition.
Implementação
public function get isLast():Boolean public function set isLast(value:Boolean):voidoffsetTicks | propriedade |
offsetTicks:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | 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.
Implementação
public function get offsetTicks():BooleanshowLabel | propriedade |
showLabel:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | 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.
Implementação
public function get showLabel():Boolean public function set showLabel(value:Boolean):voidWed Jun 13 2018, 11:10 AM Z