java.lang.Object
org.xhtmlrenderer.simple.xhtml.controls.AbstractControl
org.xhtmlrenderer.simple.xhtml.controls.CheckControl
- All Implemented Interfaces:
FormControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisRadio()voidreset()Reset the control to it's initial statefinal voidsetSuccessful(boolean successful) Sets this control's successful state.Methods inherited from class org.xhtmlrenderer.simple.xhtml.controls.AbstractControl
addFormControlListener, collectText, fireChanged, fireEnabled, fireSuccessful, getElement, getForm, getInitialValue, getIntAttribute, getMultipleValues, getName, getValue, isEnabled, isHidden, isMultiple, isSuccessful, removeFormControlListener, setEnabled, setInitialValue, setMultipleValues, setValue
-
Constructor Details
-
CheckControl
-
-
Method Details
-
setSuccessful
public final void setSuccessful(boolean successful) Description copied from interface:FormControlSets this control's successful state.- Specified by:
setSuccessfulin interfaceFormControl- Overrides:
setSuccessfulin classAbstractControl
-
isRadio
public boolean isRadio() -
reset
public void reset()Description copied from interface:FormControlReset the control to it's initial state- Specified by:
resetin interfaceFormControl- Overrides:
resetin classAbstractControl
-