|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
biweekly.component | |
biweekly.property | |
biweekly.property.marshaller |
Uses of Status in biweekly.component |
---|
Methods in biweekly.component that return Status | |
---|---|
Status |
VTodo.getStatus()
Gets the status of the to-do. |
Status |
VJournal.getStatus()
Gets the status of the journal entry. |
Status |
VEvent.getStatus()
Gets the status of the event. |
Methods in biweekly.component with parameters of type Status | |
---|---|
void |
VTodo.setStatus(Status status)
Sets the status of the to-do. |
void |
VJournal.setStatus(Status status)
Sets the status of the journal entry. |
void |
VEvent.setStatus(Status status)
Sets the status of the event. |
Uses of Status in biweekly.property |
---|
Methods in biweekly.property that return Status | |
---|---|
static Status |
Status.cancelled()
Creates a "cancelled" status property (only valid for event, to-do, and journal components). |
static Status |
Status.completed()
Creates a "completed" status property (only valid for to-do components). |
static Status |
Status.confirmed()
Creates a "confirmed" status property (only valid for event components). |
static Status |
Status.draft()
Creates a "draft" status property (only valid for journal components). |
static Status |
Status.final_()
Creates a "final" status property (only valid for journal components). |
static Status |
Status.inProgress()
Creates a "in-progress" status property (only valid for to-do components). |
static Status |
Status.needsAction()
Creates a "needs-action" status property (only valid for to-do components). |
static Status |
Status.tentative()
Creates a "tentative" status property (only valid for event components). |
Uses of Status in biweekly.property.marshaller |
---|
Methods in biweekly.property.marshaller that return Status | |
---|---|
protected Status |
StatusMarshaller.newInstance(String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |