| 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) |
| Modifier and Type | Method and Description |
|---|---|
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).
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.