| Home >> All >> er >> [ calendar Javadoc ] |
er.calendar: Javadoc index of package er.calendar.
Package Samples:
er.calendar
Classes:
ERPublishCalendarPage: ERPublishCalendarPage is a WebObjects component for dynamically generated iCalendar documents. The response created by ERPublishCalendarPage is an iCalendar document (.ics) containing the events added to ERPublishCalendarPage by the application (see addEvent 55 ). An iCalendar-aware application, such as Apple's iCal, can subscribe to such a calendar, provided that the page has a fixed URL (either is the "Main" page, or a direct action serves the page). Events added to a ERPublishCalendarPage is objects of any class that implements the ERCalendarEvent interface . Existing classes (for example EOCustomObject ...
ERCalendarEvent: ERCalendarEvent is an interface for events used by the ERPublishCalendarPage component . ERPublishCalendarPage can use objects of any class that implements this interface. Existing classes (for example EOCustomObject subclasses), that correspond to calendar events, can easily be modified to implement this interface and thus be added directly to ERPublishCalendarPage . If existing classes does not directly correspond to calendar events, create events from business data (or some algorithm) using either the included ERSimpleEvent class , a subclass of ERSimpleEvent , or any other class implementing ...
ERSimpleEvent: ERSimpleEvent is an simple implementation of an event class, implementing the ERCalendarEvent interface , for use by the ERPublishCalendarPage component . ERSimpleEvent objects can be created corresponding to your events and added to ERPublishCalendarPage to create a calendar. Subclass ERSimpleEvent if more advanced features are needed.
| Home | Contact Us | Privacy Policy | Terms of Service |