|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.calendar.SettingsProperty
User preference name-value pair.
Defined in gdata.js
Field Summary | |
{string|undefined} |
name
Property name. |
{string|undefined} |
value
Property value. |
<static> <final> {string} |
NAME_ALTERNATE_CALENDAR
AlternateCalendar settings property. |
<static> <final> {string} |
NAME_COUNTRY
Country settings property. |
<static> <final> {string} |
NAME_CUSTOM_CAL_MODE
CustomCalMode settings property. |
<static> <final> {string} |
NAME_DATE_FIELD_ORDER
DateFieldOrder settings property. |
<static> <final> {string} |
NAME_DEFAULT_CAL_MODE
DefaultCalMode settings property. |
<static> <final> {string} |
NAME_DISPLAY_ALL_TIMEZONES
DisplayAllTimezones settings property. |
<static> <final> {string} |
NAME_FORMAT_24_HOUR_TIME
Format24HourTime settings property. |
<static> <final> {string} |
NAME_HIDE_INVITATIONS
HideInvitations settings property. |
<static> <final> {string} |
NAME_HIDE_WEEKENDS
HideWeekends settings property. |
<static> <final> {string} |
NAME_LOCALE
Locale settings property. |
<static> <final> {string} |
NAME_SHOW_DECLINED_EVENTS
ShowDeclinedEvents settings property. |
<static> <final> {string} |
NAME_TIMEZONE
Timezone settings property. |
<static> <final> {string} |
NAME_TIMEZONE_LABEL
TimezoneLabel settings property. |
<static> <final> {string} |
NAME_USER_LOCATION
UserLocation settings property. |
<static> <final> {string} |
NAME_WEATHER
Weather settings property. |
<static> <final> {string} |
NAME_WEEK_START
WeekStart settings property. |
Constructor Summary | |
google.gdata.calendar.SettingsProperty(<Object> opt_params)
Constructs a settings property using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getName()
Returns the Property name. |
string|undefined
|
getValue()
Returns the Property value. |
void
|
setName(<string|undefined> name)
Sets the Property name. |
void
|
setValue(<string|undefined> value)
Sets the Property value. |
Field Detail |
{string|undefined} name
{string|undefined} value
<static> <final> {string} NAME_ALTERNATE_CALENDAR
<static> <final> {string} NAME_COUNTRY
<static> <final> {string} NAME_CUSTOM_CAL_MODE
<static> <final> {string} NAME_DATE_FIELD_ORDER
<static> <final> {string} NAME_DEFAULT_CAL_MODE
<static> <final> {string} NAME_DISPLAY_ALL_TIMEZONES
<static> <final> {string} NAME_FORMAT_24_HOUR_TIME
<static> <final> {string} NAME_HIDE_INVITATIONS
<static> <final> {string} NAME_HIDE_WEEKENDS
<static> <final> {string} NAME_LOCALE
<static> <final> {string} NAME_SHOW_DECLINED_EVENTS
<static> <final> {string} NAME_TIMEZONE
<static> <final> {string} NAME_TIMEZONE_LABEL
<static> <final> {string} NAME_USER_LOCATION
<static> <final> {string} NAME_WEATHER
<static> <final> {string} NAME_WEEK_START
Constructor Detail |
google.gdata.calendar.SettingsProperty(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: name and value.
Method Detail |
string|undefined getName()
string|undefined getValue()
void setName(<string|undefined> name)
name
- Property name or undefined for none.
void setValue(<string|undefined> value)
value
- Property value or undefined for none.
|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |