| 包 | 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:04 AM Z