JavaXT
|
|||||||
Day ClassUsed to render a day
ConstructorsUsed to instantiate this class
Public MethodscreateColumnHeader( i ) Returns a div used to indicate the day of the week. The div is inserted into a column header that corresponds to a given date. This method can be safely overridden to generate custom headers. createHourLabel( hour ) Returns a div used to indicate the hour of day (e.g. 12pm). This method can be safely overridden to generate custom labels for hours. scrollTo( hour ) Used to scroll to a specific time of day.
addEvents( events ) Used to add multiple events to the view. This method is recommended for bulk loading and is significantly faster than calling addEvent multiple times. getCells( ) Returns an array of cells - one for each day in the view. A cell is defined by a date/id and a bounding rectangle. These cells are used when dragging events. |