| Constructor and Description |
|---|
MultiCheckBoxField(String name,
boolean required) |
MultiCheckBoxField(String name,
Object selectedValue,
boolean defaultValue) |
MultiCheckBoxField(String name,
String selectedValue,
boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOnClick() |
boolean |
hasValue() |
void |
initialize(Form form,
javax.servlet.http.HttpServletRequest request) |
boolean |
isSelected() |
boolean |
isValid() |
void |
serializeElement(XmlWriter out) |
void |
setOnClick(String onSelect) |
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 MultiCheckBoxField(String name, boolean required)
public MultiCheckBoxField(String name, Object selectedValue, boolean defaultValue)
public String getOnClick()
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 setOnClick(String onSelect)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.