|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
net.sf.jameleon.LocationAwareTagSupport
net.sf.jameleon.JameleonTagSupport
net.sf.jameleon.function.FunctionTag
net.sf.jameleon.plugin.jiffie.IEFunctionTag
net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
net.sf.jameleon.plugin.jiffie.tags.IESetRadiobuttonTag
public class IESetRadiobuttonTag
This action point sets the value of any radio button. Some example uses might be: Selecting a radio button <input type="radio" name="radioButton" value="radio1"><input type="radio" name="radioButton" value="radio2">
NOTE: This tag does not currently support the xpath attribute nor the nested ie-attribute tags.<ie-set-radiobutton functionId="Check the second radio button" name="radioButton" value="radio2" form="testForm"/>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.jameleon.plugin.jiffie.IEFunctionTag |
|---|
IEFunctionTag.TagRunnable |
| Field Summary | |
|---|---|
protected String |
form
The name, id or index of the field |
protected String |
name
The name of the radio button |
protected String |
value
Check the radio button with given value. |
| Fields inherited from class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag |
|---|
eventToFire, htmlElement, xpath |
| Fields inherited from class net.sf.jameleon.plugin.jiffie.IEFunctionTag |
|---|
elementFinder, frameId, frameName, frameSrc, highlightActiveElement, ie, session, visible, WAIT, workingForm |
| Fields inherited from class net.sf.jameleon.function.FunctionTag |
|---|
addt, breakPoint, expectException, expectFailure, fResults, functionDelay, functionId, lastFileWritten, log, NO_DELAY, params, postcondition, precondition, st, state, tct, vpt |
| Fields inherited from class net.sf.jameleon.JameleonTagSupport |
|---|
attributes, broker, contextVars, fp, unsupportedAttributes |
| Fields inherited from class net.sf.jameleon.LocationAwareTagSupport |
|---|
columnNumber, elementTagName, lineNumber, scriptFileName |
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
IESetRadiobuttonTag()
|
|
| Method Summary | |
|---|---|
void |
testBlock()
|
| Methods inherited from class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag |
|---|
addParameter, fireEvent, getElementToFireEvent, setAttributes |
| Methods inherited from class net.sf.jameleon.JameleonTagSupport |
|---|
cleanVariablesInContext, createAttributes, describeAttributes, getAttributeBroker, getAttributes, getAttributeType, getClassAttributes, getFunctionalPoint, getUnsupportedAttributes, loadFunctionalPoint, resetFunctionalPoint, setAttribute, setVariableInContext, testForUnsupportedAttributesCaught |
| Methods inherited from class net.sf.jameleon.LocationAwareTagSupport |
|---|
getColumnNumber, getElementName, getFileName, getLineNumber, setColumnNumber, setElementName, setFileName, setLineNumber |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.jelly.Tag |
|---|
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent |
| Field Detail |
|---|
protected String name
protected String value
protected String form
| Constructor Detail |
|---|
public IESetRadiobuttonTag()
| Method Detail |
|---|
public void testBlock()
testBlock in class IEFireEventTag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||