ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.presentation.gantt.ruler 

IRulerItemRenderer  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.presentation.gantt.ruler
Interfacepublic interface IRulerItemRenderer

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This interface defines the properties of an item renderer that can be used to render the ruler in the Gantt chart.



Public Properties
 PropertyDefined 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
date:Date

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Date for which the ruler item is rendered.



Implementation
    public function get date():Date
    public function set date(value:Date):void

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