| Package | com.keepcore.calendar.view.renderers |
| Class | public class CalendarItemRendererAbstract |
| Inheritance | CalendarItemRendererAbstract mx.core.UIComponent |
| Implements | ICalendarItemRenderer |
| Subclasses | CalendarItemRenderer, CalendarItemRendererLight |
| Property | Defined By | ||
|---|---|---|---|
| alpha : Number [override] [write-only] | CalendarItemRendererAbstract | ||
| backgroundColor : Number | CalendarItemRendererAbstract | ||
| borderColor : Number [read-only] | CalendarItemRendererAbstract | ||
| calendarItem : CalendarItem | CalendarItemRendererAbstract | ||
| dayViewIsEnd : Boolean | CalendarItemRendererAbstract | ||
| dayViewIsStart : Boolean | CalendarItemRendererAbstract | ||
| displayMode : Number | CalendarItemRendererAbstract | ||
| duration : Number | CalendarItemRendererAbstract | ||
| isDayView : Boolean [read-only]
return true if and only if the current display mode is DAY_VIEW
| CalendarItemRendererAbstract | ||
| isDragged : Boolean | CalendarItemRendererAbstract | ||
| isEnd : Boolean
return if it's the last renderer to display
| CalendarItemRendererAbstract | ||
| isMonthView : Boolean [read-only]
return true if and only if the current display mode is MONTH_VIEW
| CalendarItemRendererAbstract | ||
| isResized : Boolean | CalendarItemRendererAbstract | ||
| isRollOver : Boolean | CalendarItemRendererAbstract | ||
| isSelectable : Boolean [read-only] | CalendarItemRendererAbstract | ||
| isSpecialEventSplitOn2Days : Boolean | CalendarItemRendererAbstract | ||
| isWeekOrDayView : Boolean [read-only]
return true if current display mode is WEEK_VIEW or DAY_VIEW
| CalendarItemRendererAbstract | ||
| isWeekView : Boolean [read-only]
return true if and only if the current display mode is WEEK_VIEW
| CalendarItemRendererAbstract | ||
| isYearView : Boolean [read-only]
return true if and only if the current display mode is YEAR_VIEW
| CalendarItemRendererAbstract | ||
| rendererId : Number
Internal ID, managed by the calendar. | CalendarItemRendererAbstract | ||
| resizeButton : ICalendarResizeButtonRenderer | CalendarItemRendererAbstract | ||
| resourceField : String | CalendarItemRendererAbstract | ||
| secondDayPartRenderer : ICalendarItemRenderer | CalendarItemRendererAbstract | ||
| specialEventSplitOn2DaysFirstPartHidden : Boolean | CalendarItemRendererAbstract | ||
| specialEventSplitOn2DaysIsOnlySecondDayDisplay : Boolean | CalendarItemRendererAbstract | ||
| specialEventSplitOn2DaysSecondDayHeight : Number | CalendarItemRendererAbstract | ||
| specialEventSplitOn2DaysSecondNoResize : Boolean | CalendarItemRendererAbstract | ||
| text : String
define the text to display
| CalendarItemRendererAbstract | ||
| title : String
define the title to display
| CalendarItemRendererAbstract | ||
| visible : Boolean [override] [write-only] | CalendarItemRendererAbstract | ||
| Method | Defined By | ||
|---|---|---|---|
CalendarItemRendererAbstract(AId:Number = 0) | CalendarItemRendererAbstract | ||
clone(cloneCalendarItem:Boolean = true):ICalendarItemRenderer | CalendarItemRendererAbstract | ||
invalidateDisplayList():void [override] | CalendarItemRendererAbstract | ||
invalidateProperties():void [override] | CalendarItemRendererAbstract | ||
invalidateSize():void [override] | CalendarItemRendererAbstract | ||
isStart():Boolean
return if it's the first renderer to display
| CalendarItemRendererAbstract | ||
resizeButtonMouseOutHandler(AMouseEvent:MouseEvent):void | CalendarItemRendererAbstract | ||
resizeButtonMouseOverHandler(AMouseEvent:MouseEvent):void | CalendarItemRendererAbstract | ||
setHourToDisplay(date:Date):void
This function is called while the item is dragged. | CalendarItemRendererAbstract | ||
| Method | Defined By | ||
|---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | CalendarItemRendererAbstract | ||
| alpha | property |
alpha:Number [write-only] [override] public function set alpha(value:Number):void| backgroundColor | property |
backgroundColor:Number public function get backgroundColor():Number public function set backgroundColor(value:Number):void| borderColor | property |
borderColor:Number [read-only] public function get borderColor():Number| calendarItem | property |
calendarItem:CalendarItem public function get calendarItem():CalendarItem public function set calendarItem(value:CalendarItem):void| dayViewIsEnd | property |
dayViewIsEnd:Boolean public function get dayViewIsEnd():Boolean public function set dayViewIsEnd(value:Boolean):void| dayViewIsStart | property |
dayViewIsStart:Boolean public function get dayViewIsStart():Boolean public function set dayViewIsStart(value:Boolean):void| displayMode | property |
displayMode:Number public function get displayMode():Number public function set displayMode(value:Number):void| duration | property |
duration:Number public function get duration():Number public function set duration(value:Number):void| isDayView | property |
isDayView:Boolean [read-only] return true if and only if the current display mode is DAY_VIEW
public function get isDayView():Boolean| isDragged | property |
isDragged:Boolean public function get isDragged():Boolean public function set isDragged(value:Boolean):void| isEnd | property |
isEnd:Booleanreturn if it's the last renderer to display
public function get isEnd():Boolean public function set isEnd(value:Boolean):void| isMonthView | property |
isMonthView:Boolean [read-only] return true if and only if the current display mode is MONTH_VIEW
public function get isMonthView():Boolean| isResized | property |
isResized:Boolean public function get isResized():Boolean public function set isResized(value:Boolean):void| isRollOver | property |
isRollOver:Boolean public function get isRollOver():Boolean public function set isRollOver(value:Boolean):void| isSelectable | property |
isSelectable:Boolean [read-only] public function get isSelectable():Boolean| isSpecialEventSplitOn2Days | property |
isSpecialEventSplitOn2Days:Boolean public function get isSpecialEventSplitOn2Days():Boolean public function set isSpecialEventSplitOn2Days(value:Boolean):void| isWeekOrDayView | property |
isWeekOrDayView:Boolean [read-only] return true if current display mode is WEEK_VIEW or DAY_VIEW
public function get isWeekOrDayView():Boolean| isWeekView | property |
isWeekView:Boolean [read-only] return true if and only if the current display mode is WEEK_VIEW
public function get isWeekView():Boolean| isYearView | property |
isYearView:Boolean [read-only] return true if and only if the current display mode is YEAR_VIEW
public function get isYearView():Boolean| rendererId | property |
rendererId:NumberInternal ID, managed by the calendar. You must not change its value.
public function get rendererId():Number public function set rendererId(value:Number):void| resizeButton | property |
resizeButton:ICalendarResizeButtonRenderer public function get resizeButton():ICalendarResizeButtonRenderer public function set resizeButton(value:ICalendarResizeButtonRenderer):void| resourceField | property |
resourceField:String public function get resourceField():String public function set resourceField(value:String):void| secondDayPartRenderer | property |
secondDayPartRenderer:ICalendarItemRenderer public function get secondDayPartRenderer():ICalendarItemRenderer public function set secondDayPartRenderer(value:ICalendarItemRenderer):void| specialEventSplitOn2DaysFirstPartHidden | property |
specialEventSplitOn2DaysFirstPartHidden:Boolean public function get specialEventSplitOn2DaysFirstPartHidden():Boolean public function set specialEventSplitOn2DaysFirstPartHidden(value:Boolean):void| specialEventSplitOn2DaysIsOnlySecondDayDisplay | property |
specialEventSplitOn2DaysIsOnlySecondDayDisplay:Boolean public function get specialEventSplitOn2DaysIsOnlySecondDayDisplay():Boolean public function set specialEventSplitOn2DaysIsOnlySecondDayDisplay(value:Boolean):void| specialEventSplitOn2DaysSecondDayHeight | property |
specialEventSplitOn2DaysSecondDayHeight:Number public function get specialEventSplitOn2DaysSecondDayHeight():Number public function set specialEventSplitOn2DaysSecondDayHeight(value:Number):void| specialEventSplitOn2DaysSecondNoResize | property |
specialEventSplitOn2DaysSecondNoResize:Boolean public function get specialEventSplitOn2DaysSecondNoResize():Boolean public function set specialEventSplitOn2DaysSecondNoResize(value:Boolean):void| text | property |
text:Stringdefine the text to display
public function get text():String public function set text(value:String):void| title | property |
title:Stringdefine the title to display
public function get title():String public function set title(value:String):void| visible | property |
visible:Boolean [write-only] [override] public function set visible(value:Boolean):void| CalendarItemRendererAbstract | () | Constructor |
public function CalendarItemRendererAbstract(AId:Number = 0)AId:Number (default = 0) |
| clone | () | method |
public function clone(cloneCalendarItem:Boolean = true):ICalendarItemRendererParameters
cloneCalendarItem:Boolean (default = true) |
ICalendarItemRenderer |
| invalidateDisplayList | () | method |
override public function invalidateDisplayList():void| invalidateProperties | () | method |
override public function invalidateProperties():void| invalidateSize | () | method |
override public function invalidateSize():void| isStart | () | method |
public function isStart():Booleanreturn if it's the first renderer to display
ReturnsBoolean |
| resizeButtonMouseOutHandler | () | method |
public function resizeButtonMouseOutHandler(AMouseEvent:MouseEvent):voidParameters
AMouseEvent:MouseEvent |
| resizeButtonMouseOverHandler | () | method |
public function resizeButtonMouseOverHandler(AMouseEvent:MouseEvent):voidParameters
AMouseEvent:MouseEvent |
| setHourToDisplay | () | method |
public function setHourToDisplay(date:Date):voidThis function is called while the item is dragged. You have to override it to provide your own hours display management for example.
Parameters
date:Date — the new start date.
|
| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |