Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property | |
biweekly.property |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ICalComponent.checkStatus(List<Warning> warnings,
Status... allowed)
Utility method for validating the
Status property of a component. |
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.
|
Modifier and Type | Method and Description |
---|---|
protected Status |
StatusScribe.newInstance(String value,
ICalVersion version) |
Modifier and Type | Method and Description |
---|---|
protected String |
StatusScribe._writeText(Status property,
WriteContext context) |
Modifier and Type | Method and Description |
---|---|
static Status |
Status.accepted()
Creates an "accepted" status property (only valid in vCal 1.0 in
VTodo components). |
static Status |
Status.cancelled()
|
static Status |
Status.completed()
Creates a "completed" status property (only valid in
VTodo
components). |
static Status |
Status.confirmed()
Creates a "confirmed" status property (only valid for event components).
|
static Status |
Status.create(String status) |
static Status |
Status.declined()
Creates a "declined" status property (only valid in vCal 1.0).
|
static Status |
Status.delegated()
Creates a "delegated" status property (only valid in vCal 1.0).
|
static Status |
Status.draft()
Creates a "draft" status property (only valid in iCalendar 2.0 in
VJournal components). |
static Status |
Status.final_()
Creates a "final" status property (only valid in iCalendar 2.0 in
VJournal components). |
static Status |
Status.inProgress()
Creates a "in-progress" status property (only valid in iCalendar 2.0 in
VTodo components). |
static Status |
Status.needsAction()
Creates a "needs-action" status property.
|
static Status |
Status.sent()
Creates a "sent" status property (only valid in vCal 1.0).
|
static Status |
Status.tentative()
Creates a "tentative" status property (only valid for event components).
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.