| 套件 | 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, 03:47 PM Z