Package com.smartgwt.client.widgets.calendar
package com.smartgwt.client.widgets.calendar
-
ClassDescriptionThe Calendar component provides several different ways for a user to view and edit a set of events.A type of
Record
which represents an event to occur at a specific time, displayed within the calendar.CalendarView is a base class, extended by the various views available in aCalendar
.Called to determine the hover text for a given cell in a CalendarViewCalled to determine the horizontal Alignment of the content in s given date cell in a CalendarViewCalled to determine the vertical Alignment of the content in s given date cell in a CalendarViewCalled to determine additional CSS text for a given date in a given viewCalled to determine the HTML to be displayed in the header for a given date column in a CalendarViewCalled to determine the HTML to be displayed in a given date cell in a CalendarViewCalled to determine the CSS class name for a given date in a given viewCalled to determine whether the passed date should be considered disabled in the passed viewCalled to determine the hover text to show during drag operations in CalendarsCalled to determine the body/description HTML to be displayed in an event's EventCanvasThe EventCanvas component is a lightweightlayout
subclass for displaying aCalendarEvent
in aCalendarView
.Called to create and update the components shown in EventCanvas instances when Calendar.showEventCanvasComponents is true.Called to determine the CSS class name for a given event in a given viewCalled to determine the hover HTML to be displayed when the user hovers over an eventCanvas in a calendar.Called to determine the hover HTML to be displayed when the user hovers over an eventCanvas in a calendar.Called whenever a Calender needs to show the EventDialog, to view or create a CalendarEventCalled whenever a Calender needs to show an EventEditor, to edit or create a CalendarEventCalled to determine the header/title HTML to be displayed in an event's EventCanvasCalled to determine the CSS class name for a given event in a given viewDefines one level of headers shown above the event area in aTimeline
.Called to determine the hover text for a given span in a HeaderLevel in Timeline viewsCalled to determine the Title text for a given span in a HeaderLevel in Timeline viewsCalled to determine the hover HTML to be displayed when the user hovers over an IndicatorCanvas in a calendar.Called to determine the hover HTML to be displayed when the user hovers over a cell displayed in the calendar month view tab.Called to determine whether a particular date should be visible in the passed viewCalled to determine whether a particular event should be visible in the passed viewCalled to determine a particular lane should be visible in the passed viewTimeline is a trivial subclass ofCalendar
that configures the Calendar with settings typical for a standalone timeline view: hides theday
,week
andmonth
tabs and thecontrols bar
by default.Called to determine the hover HTML to be displayed when the user hovers over an ZoneCanvas in a calendar.