|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wimm.framework.provider.Calendar
public final class Calendar
This class exposes constants and methods for accessing Calendar data in the WIMM Calendar App. These data will be updated everytime the device sync with the WIMM server. Up to 7 days of Calendars data will be available.
See Android Content Providers Dev Guide for more information on using
ContentProvider
.
Nested Class Summary | |
---|---|
static interface |
Calendar.CalendarColumns
Columns for the Calendar table. |
static class |
Calendar.Calendars
This class provides access to the Calendar table. |
static class |
Calendar.Event
This class represents a single calendar event. |
static interface |
Calendar.EventColumns
Columns for the Event table. |
static class |
Calendar.Events
This class provides access to the Event table. |
Field Summary | |
---|---|
static String |
AUTHORITY
The authority. |
static String |
CONTENT_AUTHORITY
The content:// style URL for this provider. |
Constructor Summary | |
---|---|
Calendar()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String AUTHORITY
Constant Value: "com.wimm.calendar"
public static final String CONTENT_AUTHORITY
Constructor Detail |
---|
public Calendar()
|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |