Class EventOverflowDialogTitleCustomizer

java.lang.Object
com.smartgwt.client.widgets.calendar.EventOverflowDialogTitleCustomizer

public abstract class EventOverflowDialogTitleCustomizer extends Object
Called to determine the title for the overflow dialog shown when an overflow chip is clicked in a day or week view.
  • Constructor Details

    • EventOverflowDialogTitleCustomizer

      public EventOverflowDialogTitleCustomizer()
  • Method Details

    • setCalendar

      public void setCalendar(Calendar calendar)
    • getCalendar

      public Calendar 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 region
      startDate - start of the overflow region
      endDate - end of the overflow region
      calendarView - the view containing the overflow
      Returns:
      title string for the dialog