Class google.gdata.calendar.SelectedProperty
Object
|
+--google.gdata.calendar.SelectedProperty
- class
google.gdata.calendar.SelectedProperty
Describes whether a calendar is selected.
Defined in gdata.js
Field Summary |
{string|undefined} |
value
Whether a calendar is selected. |
Constructor Summary |
google.gdata.calendar.SelectedProperty(<Object> opt_params)
Constructs a selected property using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
boolean|undefined
|
getValue()
Returns whether a calendar is selected.
|
void
|
setValue(<boolean|undefined> value)
Sets whether a calendar is selected.
|
value
{string|undefined} value
Whether a calendar is selected. This attribute is required.
google.gdata.calendar.SelectedProperty
google.gdata.calendar.SelectedProperty(<Object> opt_params)
Constructs a selected property 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
boolean|undefined getValue()
Returns whether a calendar is selected. This attribute is required.
Returns:
Whether a calendar is selected or undefined for none.
setValue
void setValue(<boolean|undefined> value)
Sets whether a calendar is selected. This attribute is required.
Parameters:
value
- Whether a calendar is selected or undefined for none.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009