com.stratelia.webactiv.agenda.view
Class CalendarHtmlView

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

public class CalendarHtmlView
extends Object

Class declaration

Author:

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

CalendarHtmlView

public CalendarHtmlView()

CalendarHtmlView

public CalendarHtmlView(String context)
Method Detail

add

public void add(SchedulableCount scheduleCount)
Method declaration

Parameters:
scheduleCount -
See Also:

getSchedulableCount

public SchedulableCount getSchedulableCount(int day)
Method declaration

Parameters:
day -
Returns:
See Also:

setWeekDayStyle

public void setWeekDayStyle(String value)
Method declaration

Parameters:
value -
See Also:

setMonthDayStyle

public void setMonthDayStyle(String value)
Method declaration

Parameters:
value -
See Also:

setMonthSelectedDayStyle

public void setMonthSelectedDayStyle(String value)
Method declaration

Parameters:
value -
See Also:

setMonthVisible

public void setMonthVisible(boolean value)
Method declaration

Parameters:
value -
See Also:

setNavigationBar

public void setNavigationBar(boolean value)
Method declaration

Parameters:
value -
See Also:

setShortName

public void setShortName(boolean value)
Method declaration

Parameters:
value -
See Also:

getHtmlView

public String getHtmlView(Date date,
                          AgendaSessionController agendaSessionController)
Method declaration

Parameters:
date -
agendaSessionController -
Returns:
See Also:

getPDAView

public String getPDAView(Date date,
                         AgendaSessionController agendaSessionController)
Method declaration

Parameters:
date -
agendaSessionController -
Returns:
See Also:

getHtmlView

public 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.

Parameters:
date -
agendaSessionController -
forPDA -
Returns:
See Also:

getContext

public String getContext()
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.