Pakket | com.adobe.solutions.rca.presentation.gantt.ruler |
Interface | public interface IRulerItemRenderer |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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 [alleen-lezen]
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 |
Eigenschapdetails
date | eigenschap |
isFirst | eigenschap |
isFirst:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True
, this is the first item in the ruler rendition.
Implementatie
public function get isFirst():Boolean
public function set isFirst(value:Boolean):void
isLast | eigenschap |
isLast:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True
, this is the last item in the ruler rendition.
Implementatie
public function get isLast():Boolean
public function set isLast(value:Boolean):void
offsetTicks | eigenschap |
offsetTicks:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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.
Implementatie
public function get offsetTicks():Boolean
showLabel | eigenschap |
showLabel:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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.
Implementatie
public function get showLabel():Boolean
public function set showLabel(value:Boolean):void
Wed Jun 13 2018, 11:42 AM Z