public class CheckControl extends AbstractControl
| 构造器和说明 |
|---|
CheckControl(XhtmlForm form,
Element e) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 FormControlsetSuccessful 在类中 AbstractControlpublic boolean isRadio()
public void reset()
FormControlreset 在接口中 FormControlreset 在类中 AbstractControlCopyright © 2019. All Rights Reserved.