|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.agenda.view.CalendarHtmlView
public class CalendarHtmlView
Class declaration
Constructor Summary | |
---|---|
CalendarHtmlView()
|
|
CalendarHtmlView(String context)
|
Method Summary | |
---|---|
void |
add(SchedulableCount scheduleCount)
Method declaration |
String |
getContext()
|
String |
getHtmlView(Date date,
AgendaSessionController agendaSessionController)
Method declaration |
String |
getHtmlView(Date date,
AgendaSessionController agendaSessionController,
boolean forPda)
Fonction ajoutée pour génerer le calendar soit pour un PDA (sans onmouseover) soit pour un web classique. |
String |
getPDAView(Date date,
AgendaSessionController agendaSessionController)
Method declaration |
SchedulableCount |
getSchedulableCount(int day)
Method declaration |
void |
setMonthDayStyle(String value)
Method declaration |
void |
setMonthSelectedDayStyle(String value)
Method declaration |
void |
setMonthVisible(boolean value)
Method declaration |
void |
setNavigationBar(boolean value)
Method declaration |
void |
setShortName(boolean value)
Method declaration |
void |
setWeekDayStyle(String value)
Method declaration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalendarHtmlView()
public CalendarHtmlView(String context)
Method Detail |
---|
public void add(SchedulableCount scheduleCount)
scheduleCount
-
public SchedulableCount getSchedulableCount(int day)
day
-
public void setWeekDayStyle(String value)
value
-
public void setMonthDayStyle(String value)
value
-
public void setMonthSelectedDayStyle(String value)
value
-
public void setMonthVisible(boolean value)
value
-
public void setNavigationBar(boolean value)
value
-
public void setShortName(boolean value)
value
-
public String getHtmlView(Date date, AgendaSessionController agendaSessionController)
date
- agendaSessionController
-
public String getPDAView(Date date, AgendaSessionController agendaSessionController)
date
- agendaSessionController
-
public String getHtmlView(Date date, AgendaSessionController agendaSessionController, boolean forPda)
date
- agendaSessionController
- forPDA
-
public String getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |