Class MonthView

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.util.io.IClusterable

    public class MonthView
    extends SchedulerView
    Defines the 'month' scheduler's view
    Author:
    Patrick Davids - Patrick1701
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        public static MonthView newInstance()
        Gets a new instance of MonthView
        Returns:
        a new MonthView
      • setDayTemplatePattern

        public SchedulerView setDayTemplatePattern​(String pattern)
        Sets the template pattern used to render the day slots in month view.
        Parameters:
        pattern - the date pattern
        Returns:
        this, for chaining