|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.agenda.view.AgendaHtmlView
public class AgendaHtmlView
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 |
---|
public static final int BYDAY
public static final int BYWEEK
public static final int BYMONTH
public static final int BYYEAR
public static final int CHOOSE_DAYS
Constructor Detail |
---|
public AgendaHtmlView(int viewType)
viewType
-
public AgendaHtmlView(int viewType, Date date, AgendaSessionController agendaSessionController, ResourceLocator settings)
viewType
- date
- agendaSessionController
- settings
-
Method Detail |
---|
public void setCalendarVisible(boolean on)
on
-
public final void setDate(Date date)
date
-
public void add(SchedulableCount scheduleCount)
scheduleCount
-
public void add(Schedulable schedule)
schedule
-
public String getHtmlView() throws AgendaException
AgendaException
public String getHtmlViewByMonth(String startDate)
startDate
-
public String getHtmlViewByYear(String startDate)
startDate
-
public String getHtmlViewByDay(String today) throws AgendaException
today
-
AgendaException
public String getHtmlViewByWeek(String firstDay) throws AgendaException
firstDay
-
AgendaException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |