![]()
Applies all extra configuration parameters in configParams.
Arguments:
|
code » | ||||
![]()
Creates and registers a group of BooleanSettings that are all set by a
single query parameter. A call to goog.tweak.endBooleanGroup() must be used
to close this group. Only goog.tweak.registerBoolean() calls are allowed with
the beginBooleanGroup()/endBooleanGroup().
|
code » | ||||
![]()
Registers a tweak using the given factoryFunc.
Arguments:
|
code » | ||||
![]()
Stops adding boolean entries to the active boolean group.
|
code » | ||||
Returns the value of the boolean setting with the given ID.
|
code » | ||||
Calls to this function are overridden by the compiler by the processTweaks
pass. It returns the overrides to default values for tweaks set by compiler
options.
|
code » | ||||
Returns the value of the numeric setting with the given ID.
|
code » | ||||
Returns/creates the registry singleton.
Returns: !goog.tweak.Registry
The tweak registry.
|
code » | ||||
Returns the value of the string setting with the given ID,
|
code » | ||||
![]()
Sets a default value to use for the given tweak instead of the one passed
to the register* function. This function must be called before the tweak is
registered.
|
code » | ||||
![]()
Creates and registers a BooleanSetting.
|
code » | ||||
![]()
Creates and registers a ButtonAction.
|
code » | ||||
![]()
Creates and registers a NumericSetting.
|
code » | ||||
![]()
Creates and registers a StringSetting.
|
code » |