Package | com.adobe.solutions.rca.presentation.gantt.ruler |
Interface | public interface IRulerItemRenderer |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
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 [read-only]
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 |
Property Detail
date | property |
isFirst | property |
isFirst:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True
, this is the first item in the ruler rendition.
Implementation
public function get isFirst():Boolean
public function set isFirst(value:Boolean):void
isLast | property |
isLast:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True
, this is the last item in the ruler rendition.
Implementation
public function get isLast():Boolean
public function set isLast(value:Boolean):void
offsetTicks | property |
offsetTicks:Boolean
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | 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.
Implementation
public function get offsetTicks():Boolean
showLabel | property |
showLabel:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | 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.
Implementation
public function get showLabel():Boolean
public function set showLabel(value:Boolean):void
Mon Nov 28 2011, 06:48 AM -08:00