Class IntSetting
- java.lang.Object
-
- org.hippoecm.frontend.plugins.yui.javascript.Setting<Integer>
-
- org.hippoecm.frontend.plugins.yui.javascript.IntSetting
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
public class IntSetting extends Setting<Integer>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntSetting(String javascriptKey)
IntSetting(String javascriptKey, Integer defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScriptValue(Integer value)
protected Integer
getValueFromConfig(IPluginConfig config, YuiObject settings)
Integer
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
-
-
-
-
Method Detail
-
getValueFromConfig
protected Integer getValueFromConfig(IPluginConfig config, YuiObject settings)
- Specified by:
getValueFromConfig
in classSetting<Integer>
-
setFromString
public void setFromString(String value, YuiObject settings)
- Specified by:
setFromString
in classSetting<Integer>
-
getScriptValue
public String getScriptValue(Integer value)
- Specified by:
getScriptValue
in classSetting<Integer>
-
-