

Public Member Functions | |
| String | getName () |
| String | getLabelName () |
| String | getHeaderColor () |
| String | getContentColor () |
| List< ICalendarEvent > | getEvents () |
| List< ICalendarEvent > | getEvents (Date from, Date to) |
| void | setEvents (List< ICalendarEvent > events) |
| void | setEvent (ICalendarEvent event) |
| ICalendarEvent | newEvent () |
| void | setIContact (IContact contact) |
Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractImplementation | |
| AbstractImplementation () | |
| void | setElement (IElement element) |
| void | setConstructor (IConstructor constructor) |
| void | setConfiguration (Element configuration) |
| KeyValueMap | getAttributes () |
| Long | getLongAttribute (String key) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractImplementation | |
| IElement | iel |
| IConstructor | constructor |
| Element | configuration |
| Map | attributes |
Definition at line 37 of file ContactCalendar.java.
| String org.turro.contacts.cal.ContactCalendar.getContentColor | ( | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 59 of file ContactCalendar.java.
| List<ICalendarEvent> org.turro.contacts.cal.ContactCalendar.getEvents | ( | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 64 of file ContactCalendar.java.


| List<ICalendarEvent> org.turro.contacts.cal.ContactCalendar.getEvents | ( | Date | from, |
| Date | to | ||
| ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 72 of file ContactCalendar.java.

| String org.turro.contacts.cal.ContactCalendar.getHeaderColor | ( | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 54 of file ContactCalendar.java.
| String org.turro.contacts.cal.ContactCalendar.getLabelName | ( | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 49 of file ContactCalendar.java.

| String org.turro.contacts.cal.ContactCalendar.getName | ( | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 44 of file ContactCalendar.java.

| ICalendarEvent org.turro.contacts.cal.ContactCalendar.newEvent | ( | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 94 of file ContactCalendar.java.
| void org.turro.contacts.cal.ContactCalendar.setEvent | ( | ICalendarEvent | event | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 86 of file ContactCalendar.java.

| void org.turro.contacts.cal.ContactCalendar.setEvents | ( | List< ICalendarEvent > | events | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 78 of file ContactCalendar.java.

| void org.turro.contacts.cal.ContactCalendar.setIContact | ( | IContact | contact | ) |
Implements org.turro.plugin.calendar.ICalendarModel.
Definition at line 101 of file ContactCalendar.java.