public class BooleanSetting extends Setting<Boolean>
Constructor and Description |
---|
BooleanSetting(String javascriptKey) |
BooleanSetting(String javascriptKey,
Boolean defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
getScriptValue(Boolean value) |
protected Boolean |
getValueFromConfig(IPluginConfig config,
YuiObject settings) |
Boolean |
newValue() |
void |
setFromString(String value,
YuiObject settings) |
equals, get, getKey, hashCode, isValid, set, setAllowNull, setFromConfig, toString
public BooleanSetting(String javascriptKey)
protected Boolean getValueFromConfig(IPluginConfig config, YuiObject settings)
getValueFromConfig
in class Setting<Boolean>
public void setFromString(String value, YuiObject settings)
setFromString
in class Setting<Boolean>
public String getScriptValue(Boolean value)
getScriptValue
in class Setting<Boolean>
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.