Class EventOverflowDialogTitleCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.EventOverflowDialogTitleCustomizer
Called to determine the title for the overflow dialog shown when an overflow chip is clicked in a day or week view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Calendar that contains the overflow dialog.abstract StringgetEventOverflowDialogTitle(CalendarEvent[] events, Date startDate, Date endDate, CalendarView calendarView) getEventOverflowDialogTitle() should be implemented and return the title string for the overflow dialog.voidsetCalendar(Calendar calendar)
-
Constructor Details
-
EventOverflowDialogTitleCustomizer
public EventOverflowDialogTitleCustomizer()
-
-
Method Details
-
setCalendar
-
getCalendar
Returns the Calendar that contains the overflow dialog.- Returns:
- the Calendar instance
-
getEventOverflowDialogTitle
public abstract String getEventOverflowDialogTitle(CalendarEvent[] events, Date startDate, Date endDate, CalendarView calendarView) getEventOverflowDialogTitle() should be implemented and return the title string for the overflow dialog.- Parameters:
events- the hidden events in the overflow regionstartDate- start of the overflow regionendDate- end of the overflow regioncalendarView- the view containing the overflow- Returns:
- title string for the dialog
-