Class DoubleSetting
java.lang.Object
org.hippoecm.frontend.plugins.yui.javascript.Setting<Double>
org.hippoecm.frontend.plugins.yui.javascript.DoubleSetting
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
- See Also:
-
Constructor Summary
ConstructorDescriptionDoubleSetting
(String javascriptKey) DoubleSetting
(String javascriptKey, Double defaultValue) -
Method Summary
Modifier and TypeMethodDescriptiongetScriptValue
(Double value) protected Double
getValueFromConfig
(IPluginConfig config, YuiObject settings) newValue()
void
setFromString
(String value, YuiObject settings) Methods inherited from class org.hippoecm.frontend.plugins.yui.javascript.Setting
equals, get, getKey, hashCode, isValid, set, setAllowNull, setFromConfig, toString
-
Constructor Details
-
DoubleSetting
-
DoubleSetting
-
-
Method Details
-
getValueFromConfig
- Specified by:
getValueFromConfig
in classSetting<Double>
-
newValue
-
setFromString
- Specified by:
setFromString
in classSetting<Double>
-
getScriptValue
- Specified by:
getScriptValue
in classSetting<Double>
-