goog.tweak.BaseEntry | |
goog.tweak.ButtonAction | goog.tweak.BaseEntry |
id
: string
The ID for the setting.
|
description
: string
A description of what the setting does.
|
callback
: !Function
Function to call when the button is clicked.
|
![]()
Adds a callback that should be called when the setting has changed (or when
an action has been clicked).
Arguments:
|
code » | ||
![]()
Calls all registered callbacks.
|
code » | ||
No description.
Returns: string
Returns the entry's ID.
|
code » | ||
Returns whether a restart is required for changes to the setting to take
effect.
Returns: boolean
The value.
|
code » | ||
![]()
Removes a callback that was added by addCallback.
Arguments:
|
code » | ||
![]()
Sets whether a restart is required for changes to the setting to take
effect.
Arguments:
|
code » |
![]()
No description.
|
Code » |
![]()
Functions to be called whenever a setting is changed or a button is
clicked.
|
Code » | |
![]()
A description of what this entry does.
|
Code » | |
![]()
An ID to uniquely identify the entry.
|
Code » | |
![]()
A descriptive label for the entry.
|
Code » | |
The logger for this class.
|
Code » | |
![]()
Whether a restart is required for changes to the setting to take effect.
|
Code » |
![]()
No description.
|
Code » |