Class AbstractCalendar

    • Field Detail

      • navigationBar

        protected boolean navigationBar
      • shortName

        protected boolean shortName
      • monthVisible

        protected boolean monthVisible
      • weekDayStyle

        protected String weekDayStyle
      • monthDayStyle

        protected String monthDayStyle
      • monthDayStyleEvent

        protected String monthDayStyleEvent
      • language

        protected String language
    • Constructor Detail

      • AbstractCalendar

        public AbstractCalendar​(String context,
                                String language,
                                Date date)
    • Method Detail

      • isEmptyDayNonSelectable

        public boolean isEmptyDayNonSelectable()
      • setWeekDayStyle

        public void setWeekDayStyle​(String value)
        Method declaration
        Specified by:
        setWeekDayStyle in interface Calendar
        Parameters:
        value -
      • setMonthDayStyle

        public void setMonthDayStyle​(String value)
        Method declaration
        Specified by:
        setMonthDayStyle in interface Calendar
        Parameters:
        value -
      • setMonthVisible

        public void setMonthVisible​(boolean value)
        Method declaration
        Specified by:
        setMonthVisible in interface Calendar
        Parameters:
        value -
      • setNavigationBar

        public void setNavigationBar​(boolean value)
        Method declaration
        Specified by:
        setNavigationBar in interface Calendar
        Parameters:
        value -
      • setShortName

        public void setShortName​(boolean value)
        Method declaration
        Specified by:
        setShortName in interface Calendar
        Parameters:
        value -
      • getContext

        public String getContext()
        Returns:
      • getNonSelectableDays

        public List<Date> getNonSelectableDays()
      • getCurrentDate

        public Date getCurrentDate()
      • setCurrentDate

        public void setCurrentDate​(Date currentDate)