public final class BooleanSetting extends Setting
Setting.Type
Constructor and Description |
---|
BooleanSetting(java.lang.String id,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
isChecked() |
boolean |
isDefaultValue() |
void |
setDefaultValue(boolean defaultValue) |
BooleanSetting |
setIsChecked(boolean checked) |
getDescription, getId, getName, getType, isVisible, setDescription, setId, setIsVisible, setName
public boolean isChecked()
public BooleanSetting setIsChecked(boolean checked)
checked
- true if set by defaultpublic boolean isDefaultValue()
public void setDefaultValue(boolean defaultValue)