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 Wed May 14 17:39:24 2008