| Constructor and Description |
|---|
CheckBoxField() |
CheckBoxField(String name) |
CheckBoxField(String name,
boolean required) |
CheckBoxField(String name,
boolean required,
Object defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFalseValue() |
String |
getOnClick() |
Object |
getTrueValue() |
boolean |
hasValue() |
void |
initialize(Form form,
javax.servlet.http.HttpServletRequest request) |
boolean |
isSelected() |
boolean |
isValid() |
void |
serializeElement(XmlWriter out) |
void |
setFalseValue(Object falseValue) |
void |
setOnClick(String onSelect) |
void |
setTrueValue(Object trueValue) |
addValidationError, getDefaultInstructions, getInitialValue, getInitialValue, getLabel, getName, getValidationErrors, getValue, getValue, hasValidationErrors, isReadOnly, isRequired, postInit, setDefaultInstructions, setInitialValue, setLabel, setName, setReadOnly, setRequired, setValue, toStringclone, getContainer, getDecorator, getForm, initialize, serialize, serialize, serialize, serialize, setContainer, setDecoratorpublic CheckBoxField()
public CheckBoxField(String name)
public CheckBoxField(String name, boolean required)
public Object getFalseValue()
public String getOnClick()
public Object getTrueValue()
public void initialize(Form form, javax.servlet.http.HttpServletRequest request)
initialize in class Fieldpublic boolean isSelected()
public void serializeElement(XmlWriter out)
serializeElement in class Elementpublic void setFalseValue(Object falseValue)
public void setOnClick(String onSelect)
public void setTrueValue(Object trueValue)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.