Packagecom.keepcore.calendar.view.renderers
Interfacepublic interface ICalendarHoursGridRenderer extends mx.core.IUIComponent, mx.core.IInvalidating
Implementors CalendarHoursGridRendererAbstract

The ICalendarHoursGridRenderer interface defines the interface for hours grid renderer.



Public Properties
 PropertyDefined By
  hoursGridWidth : Number
Hours grid width.
ICalendarHoursGridRenderer
  view : MonthWeekDayView
Reference to the current view.
ICalendarHoursGridRenderer
Public Methods
 MethodDefined By
  
Called when hour grid has to be updated (when the start or end hour has been changed for example).
ICalendarHoursGridRenderer
Property Detail
hoursGridWidthproperty
hoursGridWidth:Number

Hours grid width.


Implementation
    public function get hoursGridWidth():Number
    public function set hoursGridWidth(value:Number):void
viewproperty 
view:MonthWeekDayView

Reference to the current view.


Implementation
    public function get view():MonthWeekDayView
    public function set view(value:MonthWeekDayView):void
Method Detail
updateAccordingToNewHours()method
public function updateAccordingToNewHours():void

Called when hour grid has to be updated (when the start or end hour has been changed for example).