| Package | com.keepcore.calendar.view.renderers |
| Class | public class CalendarResizeButtonRendererAbstract |
| Inheritance | CalendarResizeButtonRendererAbstract mx.core.UIComponent |
| Implements | ICalendarResizeButtonRenderer |
| Subclasses | CalendarResizeButtonLight, CalendarResizeButtonRenderer |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| CalendarResizeButtonRendererAbstract | |||
| backgroundColor | property |
backgroundColor:Number public function get backgroundColor():Number public function set backgroundColor(value:Number):void| borderColor | property |
borderColor:Number public function get borderColor():Number public function set borderColor(value:Number):void| calendarItem | property |
calendarItem:CalendarItem public function get calendarItem():CalendarItem public function set calendarItem(value:CalendarItem):void| direction | property |
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.
public function get direction():String public function set direction(value:String):void| isRollOver | property |
isRollOver:Boolean public function get isRollOver():Boolean public function set isRollOver(value:Boolean):void| visible | property |
visible:Boolean [write-only] [override] public function set visible(value:Boolean):void| CalendarResizeButtonRendererAbstract | () | Constructor |
public function CalendarResizeButtonRendererAbstract()