Class SettingsArraySetting<K extends YuiObject>
- java.lang.Object
-
- org.hippoecm.frontend.plugins.yui.javascript.Setting<K[]>
-
- org.hippoecm.frontend.plugins.yui.javascript.SettingsArraySetting<K>
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
public abstract class SettingsArraySetting<K extends YuiObject> extends Setting<K[]>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SettingsArraySetting(String javascriptKey, K[] defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScriptValue(K[] value)
K[]
newValue()
-
Methods inherited from class org.hippoecm.frontend.plugins.yui.javascript.Setting
equals, get, getKey, getValueFromConfig, hashCode, isValid, set, setAllowNull, setFromConfig, setFromString, toString
-
-