Paket | com.adobe.solutions.rca.presentation.gantt.ruler |
Schnittstelle | public interface IRulerItemRenderer |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
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 [schreibgeschützt]
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 |
Eigenschaftendetails
date | Eigenschaft |
isFirst | Eigenschaft |
isFirst:Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True
, this is the first item in the ruler rendition.
Implementierung
public function get isFirst():Boolean
public function set isFirst(value:Boolean):void
isLast | Eigenschaft |
isLast:Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True
, this is the last item in the ruler rendition.
Implementierung
public function get isLast():Boolean
public function set isLast(value:Boolean):void
offsetTicks | Eigenschaft |
offsetTicks:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | 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.
Implementierung
public function get offsetTicks():Boolean
showLabel | Eigenschaft |
showLabel:Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | 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.
Implementierung
public function get showLabel():Boolean
public function set showLabel(value:Boolean):void
Tue Jun 12 2018, 10:04 AM Z