| Package | com.keepcore.calendar.view.renderers |
| Interface | public interface ICalendarResizeButtonRenderer extends mx.core.IUIComponent, mx.core.IInvalidating |
| Implementors | CalendarResizeButtonRendererAbstract |
| Property | Defined 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 | ||
| backgroundColor | property |
backgroundColor:NumberReturn the background color.
public function get backgroundColor():Number public function set backgroundColor(value:Number):void| borderColor | property |
borderColor:NumberReturn the border color.
public function get borderColor():Number public function set borderColor(value:Number):void| calendarItem | property |
calendarItem:CalendarItemReference to the calendar item object.
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.
public function get direction():String public function set direction(value:String):void| isRollOver | property |
isRollOver:BooleanIndicate if the button is rolled over (mouse is upon it)
public function get isRollOver():Boolean public function set isRollOver(value:Boolean):void