Class Setting<K>
java.lang.Object
org.hippoecm.frontend.plugins.yui.javascript.Setting<K>
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
BooleanSetting
,DoubleSetting
,FunctionSetting
,IntSetting
,SettingsArraySetting
,StringArraySetting
,StringMapSetting
,StringSetting
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
final K
getKey()
abstract String
getScriptValue
(K value) protected abstract K
getValueFromConfig
(IPluginConfig config, YuiObject settings) int
hashCode()
boolean
abstract K
newValue()
final void
void
setAllowNull
(boolean allowNull) void
setFromConfig
(IPluginConfig config, YuiObject settings) abstract void
setFromString
(String value, YuiObject settings) toString()
-
Constructor Details
-
Setting
-
-
Method Details
-
get
-
set
-
setFromConfig
-
getKey
-
isValid
-
setAllowNull
public void setAllowNull(boolean allowNull) -
getScriptValue
-
newValue
-
setFromString
-
getValueFromConfig
-
equals
-
toString
-
hashCode
public int hashCode()
-