Class google.gdata.Transparency
Object
|
+--google.gdata.Transparency
- class
google.gdata.Transparency
Describes the base set of values for event transparency.
Defined in gdata.js
Field Summary |
{string|undefined} |
value
Value. |
<static> <final> {string} |
VALUE_OPAQUE
Indicates event consumes time on calendar; event time will be marked as busy
in a free/busy search. |
<static> <final> {string} |
VALUE_TRANSPARENT
Indicates event doesn't consume any time on calendar; event time will not be
marked as busy in a free/busy search. |
Constructor Summary |
google.gdata.Transparency(<Object> opt_params)
Constructs an event transparency using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getValue()
Returns the value.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
value
{string|undefined} value
Value. This attribute is required.
VALUE_OPAQUE
<static> <final> {string} VALUE_OPAQUE
Indicates event consumes time on calendar; event time will be marked as busy
in a free/busy search.
VALUE_TRANSPARENT
<static> <final> {string} VALUE_TRANSPARENT
Indicates event doesn't consume any time on calendar; event time will not be
marked as busy in a free/busy search.
google.gdata.Transparency
google.gdata.Transparency(<Object> opt_params)
Constructs an event transparency using an object parameter whose property
names match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: value.
getValue
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Thu May 21 13:07:57 2009