Packagecom.keepcore.calendar.view.renderers
Classpublic class CalendarResizeButtonRendererAbstract
InheritanceCalendarResizeButtonRendererAbstract Inheritance mx.core.UIComponent
Implements ICalendarResizeButtonRenderer
Subclasses CalendarResizeButtonLight, CalendarResizeButtonRenderer

The CalendarResizeButtonAbstract class defines the abstract class that resize button renderer such as CalendarResizeButtonRenderer should extend.



Public Properties
 PropertyDefined By
  backgroundColor : Number
CalendarResizeButtonRendererAbstract
  borderColor : Number
CalendarResizeButtonRendererAbstract
  calendarItem : CalendarItem
CalendarResizeButtonRendererAbstract
  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).
CalendarResizeButtonRendererAbstract
  isRollOver : Boolean
CalendarResizeButtonRendererAbstract
  visible : Boolean
[override] [write-only]
CalendarResizeButtonRendererAbstract
Public Methods
 MethodDefined By
  
CalendarResizeButtonRendererAbstract
Property Detail
backgroundColorproperty
backgroundColor:Number


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


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


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.

This property can be used as the source for data binding.


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


Implementation
    public function get isRollOver():Boolean
    public function set isRollOver(value:Boolean):void
visibleproperty 
visible:Boolean  [write-only] [override]


Implementation
    public function set visible(value:Boolean):void
Constructor Detail
CalendarResizeButtonRendererAbstract()Constructor
public function CalendarResizeButtonRendererAbstract()