goog.tweak.BaseEntry | |
goog.tweak.NamespaceEntry_ | goog.tweak.BaseEntry |
namespace
: string
The namespace for the entry.
|
entries
: !Array.<!goog.tweak.BaseEntry>
Entries within the namespace.
|
![]()
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 » |
![]()
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 » |
![]()
Prefix for the IDs of namespace entries used to ensure that they do not
conflict with regular entries.
|
Code » | |
![]()
No description.
|
Code » |