|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.simple.xhtml.controls.AbstractControl
org.xhtmlrenderer.simple.xhtml.controls.CheckControl
public class CheckControl
| Constructor Summary | |
|---|---|
CheckControl(XhtmlForm form,
org.w3c.dom.Element e)
|
|
| Method Summary | |
|---|---|
boolean |
isRadio()
|
void |
reset()
Reset the control to it's initial state |
void |
setSuccessful(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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckControl(XhtmlForm form,
org.w3c.dom.Element e)
| Method Detail |
|---|
public void setSuccessful(boolean successful)
FormControl
setSuccessful in interface FormControlsetSuccessful in class AbstractControlpublic boolean isRadio()
public void reset()
FormControl
reset in interface FormControlreset in class AbstractControl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||