|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiweekly.property.ICalProperty
biweekly.property.ValuedProperty<String>
biweekly.property.TextProperty
biweekly.property.Transparency
public class Transparency
Defines whether an event is visible to free/busy time searches. If an event does not have this property, the event should be considered visible ("opaque").
Examples:
Transparency transp = Transparency.opaque();
if (transp.isOpaque()) {
...
}
| Field Summary |
|---|
| Fields inherited from class biweekly.property.ValuedProperty |
|---|
value |
| Fields inherited from class biweekly.property.ICalProperty |
|---|
parameters |
| Constructor Summary | |
|---|---|
Transparency(String value)
Creates a new transparency property. |
|
| Method Summary | |
|---|---|
boolean |
isOpaque()
Determines if the event is visible to free/busy time searches. |
boolean |
isTransparent()
Determines if the event is hidden from free/busy time searches. |
static Transparency |
opaque()
Creates a property that marks the event as being visible to free/busy time searches. |
static Transparency |
transparent()
Creates a property that marks the event as being hidden from free/busy time searches. |
| Methods inherited from class biweekly.property.ValuedProperty |
|---|
getValue, setValue, validate |
| Methods inherited from class biweekly.property.ICalProperty |
|---|
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getLanguage, getParameter, getParameters, getParameters, getSentBy, getTimezoneId, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, setLanguage, setParameter, setParameter, setParameters, setSentBy, setTimezone, setTimezoneId, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transparency(String value)
value - the value| Method Detail |
|---|
public static Transparency opaque()
public boolean isOpaque()
public static Transparency transparent()
public boolean isTransparent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||