public class CheckControl extends AbstractControl
| Constructor and Description |
|---|
CheckControl(XhtmlForm form,
Element e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRadio() |
void |
reset()
Reset the control to it's initial state
|
void |
setSuccessful(boolean successful)
Sets this control's successful state.
|
addFormControlListener, collectText, fireChanged, fireEnabled, fireSuccessful, getElement, getForm, getInitialValue, getIntAttribute, getMultipleValues, getName, getValue, isEnabled, isHidden, isMultiple, isSuccessful, removeFormControlListener, setEnabled, setInitialValue, setMultipleValues, setValuepublic void setSuccessful(boolean successful)
FormControlsetSuccessful in interface FormControlsetSuccessful in class AbstractControlpublic boolean isRadio()
public void reset()
FormControlreset in interface FormControlreset in class AbstractControlCopyright © 2011-2013. All Rights Reserved.