Packagecom.keepcore.calendar.view.renderers
Interfacepublic interface ICalendarResizeButtonRenderer extends mx.core.IUIComponent, mx.core.IInvalidating
Implementors CalendarResizeButtonRendererAbstract

The ICalendarResizeButtonRenderer interface defines the interface for calendar item renderers resize button.



Public Properties
 PropertyDefined By
  backgroundColor : Number
Return the background color.
ICalendarResizeButtonRenderer
  borderColor : Number
Return the border color.
ICalendarResizeButtonRenderer
  calendarItem : CalendarItem
Reference to the calendar item object.
ICalendarResizeButtonRenderer
  direction : String
The direction of the resize button (HORIZONTAL for standard events in week & day views, VERTICAL for multiple days events in week & day views and events in month view).
ICalendarResizeButtonRenderer
  isRollOver : Boolean
Indicate if the button is rolled over (mouse is upon it)
ICalendarResizeButtonRenderer
Property Detail
backgroundColorproperty
backgroundColor:Number

Return the background color.


Implementation
    public function get backgroundColor():Number
    public function set backgroundColor(value:Number):void
borderColorproperty 
borderColor:Number

Return the border color.


Implementation
    public function get borderColor():Number
    public function set borderColor(value:Number):void
calendarItemproperty 
calendarItem:CalendarItem

Reference to the calendar item object.


Implementation
    public function get calendarItem():CalendarItem
    public function set calendarItem(value:CalendarItem):void
directionproperty 
direction:String

The direction of the resize button (HORIZONTAL for standard events in week & day views, VERTICAL for multiple days events in week & day views and events in month view). Possible XML values are "horizontal" and "vertical". Possible values in ActionScript are CalendarResizeButton.HORIZONTAL and CalendarResizeButton.VERTICAL.

The default value is CalendarResizeButton.VERTICAL.


Implementation
    public function get direction():String
    public function set direction(value:String):void
isRollOverproperty 
isRollOver:Boolean

Indicate if the button is rolled over (mouse is upon it)


Implementation
    public function get isRollOver():Boolean
    public function set isRollOver(value:Boolean):void