Class AgendaHtmlView


  • @Deprecated(forRemoval=true)
    public class AgendaHtmlView
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BYDAY
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static int BYMONTH
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static int BYWEEK
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static int BYYEAR
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static int CHOOSE_DAYS
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      AgendaHtmlView​(int viewType)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor declaration
      AgendaHtmlView​(int viewType, Date date, AgendaSessionController agendaSessionController, SettingBundle settings)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor declaration
    • Field Detail

      • BYDAY

        public static final int BYDAY
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • BYWEEK

        public static final int BYWEEK
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • BYMONTH

        public static final int BYMONTH
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • BYYEAR

        public static final int BYYEAR
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • CHOOSE_DAYS

        public static final int CHOOSE_DAYS
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AgendaHtmlView

        public AgendaHtmlView​(int viewType)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructor declaration
        Parameters:
        viewType -
      • AgendaHtmlView

        public AgendaHtmlView​(int viewType,
                              Date date,
                              AgendaSessionController agendaSessionController,
                              SettingBundle settings)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructor declaration
        Parameters:
        viewType -
        date -
        agendaSessionController -
        settings -
    • Method Detail

      • setCalendarVisible

        public void setCalendarVisible​(boolean on)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Parameters:
        on -
      • setDate

        public final void setDate​(Date date)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Parameters:
        date -
      • add

        public void add​(SchedulableCount scheduleCount)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Parameters:
        scheduleCount -
      • add

        public void add​(Schedulable schedule)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Parameters:
        schedule -
      • getHtmlView

        public String getHtmlView()
                           throws AgendaException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Returns:
        Throws:
        AgendaException
      • getHtmlViewByMonth

        public String getHtmlViewByMonth​(String startDate)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Parameters:
        startDate -
        Returns:
      • getHtmlViewByYear

        public String getHtmlViewByYear​(String startDate)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Parameters:
        startDate -
        Returns:
      • getHtmlViewByDay

        public String getHtmlViewByDay​(String today)
                                throws AgendaException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Parameters:
        today -
        Returns:
        Throws:
        AgendaException
      • getHtmlViewByWeek

        public String getHtmlViewByWeek​(String firstDay)
                                 throws AgendaException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Method declaration
        Parameters:
        firstDay -
        Returns:
        Throws:
        AgendaException