com.stratelia.webactiv.agenda.view
Class AgendaHtmlView

java.lang.Object
  extended by com.stratelia.webactiv.agenda.view.AgendaHtmlView

public class AgendaHtmlView
extends Object


Field Summary
static int BYDAY
           
static int BYMONTH
           
static int BYWEEK
           
static int BYYEAR
           
static int CHOOSE_DAYS
           
 
Constructor Summary
AgendaHtmlView(int viewType)
          Constructor declaration
AgendaHtmlView(int viewType, Date date, AgendaSessionController agendaSessionController, ResourceLocator settings)
          Constructor declaration
 
Method Summary
 void add(Schedulable schedule)
          Method declaration
 void add(SchedulableCount scheduleCount)
          Method declaration
 String getHtmlView()
          Method declaration
 String getHtmlViewByDay(String today)
          Method declaration
 String getHtmlViewByMonth(String startDate)
          Method declaration
 String getHtmlViewByWeek(String firstDay)
          Method declaration
 String getHtmlViewByYear(String startDate)
          Method declaration
 void setCalendarVisible(boolean on)
          Method declaration
 void setDate(Date date)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYDAY

public static final int BYDAY
See Also:
Constant Field Values

BYWEEK

public static final int BYWEEK
See Also:
Constant Field Values

BYMONTH

public static final int BYMONTH
See Also:
Constant Field Values

BYYEAR

public static final int BYYEAR
See Also:
Constant Field Values

CHOOSE_DAYS

public static final int CHOOSE_DAYS
See Also:
Constant Field Values
Constructor Detail

AgendaHtmlView

public AgendaHtmlView(int viewType)
Constructor declaration

Parameters:
viewType -
See Also:

AgendaHtmlView

public AgendaHtmlView(int viewType,
                      Date date,
                      AgendaSessionController agendaSessionController,
                      ResourceLocator settings)
Constructor declaration

Parameters:
viewType -
date -
agendaSessionController -
settings -
See Also:
Method Detail

setCalendarVisible

public void setCalendarVisible(boolean on)
Method declaration

Parameters:
on -
See Also:

setDate

public final void setDate(Date date)
Method declaration

Parameters:
date -
See Also:

add

public void add(SchedulableCount scheduleCount)
Method declaration

Parameters:
scheduleCount -
See Also:

add

public void add(Schedulable schedule)
Method declaration

Parameters:
schedule -
See Also:

getHtmlView

public String getHtmlView()
                   throws AgendaException
Method declaration

Returns:
Throws:
AgendaException
See Also:

getHtmlViewByMonth

public String getHtmlViewByMonth(String startDate)
Method declaration

Parameters:
startDate -
Returns:
See Also:

getHtmlViewByYear

public String getHtmlViewByYear(String startDate)
Method declaration

Parameters:
startDate -
Returns:
See Also:

getHtmlViewByDay

public String getHtmlViewByDay(String today)
                        throws AgendaException
Method declaration

Parameters:
today -
Returns:
Throws:
AgendaException
See Also:

getHtmlViewByWeek

public String getHtmlViewByWeek(String firstDay)
                         throws AgendaException
Method declaration

Parameters:
firstDay -
Returns:
Throws:
AgendaException
See Also:


Copyright © 2016 Silverpeas. All Rights Reserved.