|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| net.fortuna.ical4j.model.component | Contains types used to represent the iCalendar component model. |
| net.fortuna.ical4j.model.property | Contains types used to represent the iCalendar property model. |
| Uses of Status in net.fortuna.ical4j.model.component |
|---|
| Methods in net.fortuna.ical4j.model.component that return Status | |
|---|---|
Status |
VToDo.getStatus()
|
Status |
VJournal.getStatus()
|
Status |
VEvent.getStatus()
|
| Uses of Status in net.fortuna.ical4j.model.property |
|---|
| Fields in net.fortuna.ical4j.model.property declared as Status | |
|---|---|
static Status |
Status.VEVENT_CANCELLED
Cancelled VEVENT status. |
static Status |
Status.VEVENT_CONFIRMED
Confirmed VEVENT status. |
static Status |
Status.VEVENT_TENTATIVE
Tentative VEVENT status. |
static Status |
Status.VJOURNAL_CANCELLED
Cancelled VJOURNAL status. |
static Status |
Status.VJOURNAL_DRAFT
Draft VJOURNAL status. |
static Status |
Status.VJOURNAL_FINAL
Final VJOURNAL status. |
static Status |
Status.VTODO_CANCELLED
Cancelled VTODO status. |
static Status |
Status.VTODO_COMPLETED
Completed VTODO status. |
static Status |
Status.VTODO_IN_PROCESS
In-process VTODO status. |
static Status |
Status.VTODO_NEEDS_ACTION
Tentative VTODO status. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||