| Пакет | com.adobe.solutions.rca.presentation.gantt.ruler |
| Интерфейс | public interface IRulerItemRenderer |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| 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 [только для чтения]
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 | ||
Сведения о свойстве
date | свойство |
isFirst | свойство |
isFirst:Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True, this is the first item in the ruler rendition.
Реализация
public function get isFirst():Boolean public function set isFirst(value:Boolean):voidisLast | свойство |
isLast:Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True, this is the last item in the ruler rendition.
Реализация
public function get isLast():Boolean public function set isLast(value:Boolean):voidoffsetTicks | свойство |
offsetTicks:Boolean [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | 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.
Реализация
public function get offsetTicks():BooleanshowLabel | свойство |
showLabel:Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | 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.
Реализация
public function get showLabel():Boolean public function set showLabel(value:Boolean):voidTue Jun 12 2018, 11:34 AM Z