|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.meterware.httpunit.HTMLElementBase com.meterware.httpunit.FormControl com.meterware.httpunit.RadioGroupFormControl
Radio button control
Nested Class Summary |
Nested classes inherited from class com.meterware.httpunit.FormControl |
FormControl.Scriptable |
Field Summary |
Fields inherited from class com.meterware.httpunit.FormControl |
BUTTON_TYPE, CHECKBOX_TYPE, FILE_TYPE, HIDDEN_TYPE, IMAGE_BUTTON_TYPE, MULTIPLE_TYPE, PASSWORD_TYPE, RADIO_BUTTON_TYPE, RESET_BUTTON_TYPE, SINGLE_TYPE, SUBMIT_BUTTON_TYPE, TEXT_TYPE, TEXTAREA_TYPE, UNDEFINED_TYPE |
Constructor Summary | |
RadioGroupFormControl(WebForm form)
construct Radiobuttons for a form |
Method Summary | |
protected void |
addValues(com.meterware.httpunit.protocol.ParameterProcessor processor,
java.lang.String characterSet)
|
protected void |
claimUniqueValue(java.util.List values)
Sets this control to the next compatible value from the list, removing it from the list. |
protected java.lang.String[] |
getDisplayedOptions()
Returns the options displayed for this radio button group. |
java.lang.String[] |
getOptionValues()
Returns the option values defined for this radio button group. |
java.lang.String |
getType()
Return the type of the control, as seen from JavaScript. |
java.lang.String[] |
getValues()
get the values for the buttons |
protected void |
reset()
Resets this control to its initial value. |
Methods inherited from class com.meterware.httpunit.FormControl |
claimValueIsRequired, doEvent, doEventScript, doOnChangeEvent, doOnClickEvent, doOnMouseDownEvent, doOnMouseUpEvent, emptyIfNull, getAttribute, getAttribute, getClassName, getForm, getID, getName, getNode, getParentDelegate, getScriptingHandler, getTagName, getText, getTitle, getValueAttribute, handleEvent, isDisabled, isHidden, isMultiValued, isReadOnly, isSupportedAttribute, newScriptable, removeAttribute, sendOnChangeEvent, sendOnClickEvent, sendOnMouseDownEvent, sendOnMouseUpEvent, setAttribute, setState, setValueAttribute, supportAttribute, toggle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RadioGroupFormControl(WebForm form)
form
- Method Detail |
public java.lang.String getType()
FormControl
getType
in class FormControl
public java.lang.String[] getValues()
getValues
in class FormControl
public java.lang.String[] getOptionValues()
getOptionValues
in class FormControl
protected java.lang.String[] getDisplayedOptions()
getDisplayedOptions
in class FormControl
protected void addValues(com.meterware.httpunit.protocol.ParameterProcessor processor, java.lang.String characterSet) throws java.io.IOException
addValues
in class FormControl
java.io.IOException
protected void claimUniqueValue(java.util.List values)
FormControl
claimUniqueValue
in class FormControl
protected void reset()
FormControl
reset
in class FormControl
|
Copyright © 2000-2008 Russell Gold. See license agreement for rights granted. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |