Package org.projectforge.web.calendar

Examples of org.projectforge.web.calendar.CalendarPageSupport


   * @see org.projectforge.web.calendar.CalendarForm#createCalendarPageSupport()
   */
  @Override
  protected CalendarPageSupport createCalendarPageSupport()
  {
    return new CalendarPageSupport(parentPage).setShowOptions(false).setShowTimsheetsSelectors(false);
  }
View Full Code Here


  @SuppressWarnings("serial")
  @Override
  public void init()
  {
    init(new Form<String>(getFormId()));
    calendarPageSupport = new CalendarPageSupport((ISelectCallerPage) getPage());
    timesheetsCalendar.setTitle(getString("plugins.teamcal.timeSheetCalendar"));
    timesheetsCalendar.setId(TIMESHEET_CALENDAR_ID);
    // confirm
    setCloseButtonTooltip(null, new ResourceModel("plugins.teamcal.calendar.filterDialog.closeButton.tooltip"));
    insertNewAjaxActionButton(new AjaxCallback() {
View Full Code Here

TOP

Related Classes of org.projectforge.web.calendar.CalendarPageSupport

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.