Class google.gdata.calendar.WebContentGadgetPref
Object
|
+--google.gdata.calendar.WebContentGadgetPref
- class
google.gdata.calendar.WebContentGadgetPref
Describes a single web content gadget preference.
Defined in gdata.js
Field Summary |
String|Undefined |
name
Name. |
String|Undefined |
value
Value. |
Constructor Summary |
google.gdata.calendar.WebContentGadgetPref(<Object> opt_params)
Constructs a web content gadget preference using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
String|Undefined
|
getName()
Returns the name.
|
String|Undefined
|
getValue()
Returns the value.
|
void
|
setName(<String|Undefined> name)
Sets the name.
|
void
|
setValue(<String|Undefined> value)
Sets the value.
|
name
String|Undefined name
Name. This attribute is required.
value
String|Undefined value
Value. This attribute is required.
google.gdata.calendar.WebContentGadgetPref
google.gdata.calendar.WebContentGadgetPref(<Object> opt_params)
Constructs a web content gadget preference 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: name and value
getName
String|Undefined getName()
Returns the name. This attribute is required.
Returns:
Name or undefined for none
getValue
String|Undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none
setName
void setName(<String|Undefined> name)
Sets the name. This attribute is required.
Parameters:
name
- Name 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 Fri Sep 14 16:32:36 2007