Interface Calendar
-
- All Superinterfaces:
SimpleGraphicElement
- All Known Implementing Classes:
AbstractCalendar
,CalendarWA1
public interface Calendar extends SimpleGraphicElement
- Version:
- Author:
- groccia
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addEvent(Event event)
String
print()
Print an html representation for this object.void
setEmptyDayNonSelectable(boolean nonSelectable)
void
setEvents(List<Event> events)
void
setMonthDayStyle(String value)
void
setMonthVisible(boolean value)
void
setNavigationBar(boolean value)
void
setNonSelectableDays(List<Date> nonSelectableDays)
void
setShortName(boolean value)
void
setWeekDayStyle(String value)
-
-
-
Method Detail
-
addEvent
void addEvent(Event event)
-
setWeekDayStyle
void setWeekDayStyle(String value)
-
setMonthDayStyle
void setMonthDayStyle(String value)
-
setMonthVisible
void setMonthVisible(boolean value)
-
setNavigationBar
void setNavigationBar(boolean value)
-
setShortName
void setShortName(boolean value)
-
setEmptyDayNonSelectable
void setEmptyDayNonSelectable(boolean nonSelectable)
-
print
String print()
Description copied from interface:SimpleGraphicElement
Print an html representation for this object.- Specified by:
print
in interfaceSimpleGraphicElement
- Returns:
- The html representation for this object.
-
-