|
||||||||||
| 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.htmlunit.HtmlUnitFunctionTag
net.sf.jameleon.plugin.htmlunit.tags.AbstractHtmlUnitSetFormFieldTag
net.sf.jameleon.plugin.htmlunit.tags.AbstractHtmlUnitSetInputFieldTag
net.sf.jameleon.plugin.htmlunit.tags.AbstractHtmlUnitCheckFieldTag
public abstract class AbstractHtmlUnitCheckFieldTag
An abstract tag used to check/uncheck form fields.
| Field Summary | |
|---|---|
protected Boolean |
checked
To check/uncheck the given checkbox. |
| Fields inherited from class net.sf.jameleon.plugin.htmlunit.tags.AbstractHtmlUnitSetFormFieldTag |
|---|
fieldName, form, value, xpath |
| Fields inherited from class net.sf.jameleon.plugin.htmlunit.HtmlUnitFunctionTag |
|---|
helper, sessionTag, 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 | |
|---|---|
AbstractHtmlUnitCheckFieldTag()
|
|
| Method Summary | |
|---|---|
protected abstract void |
checkField(HtmlInput inputField,
boolean check)
|
protected void |
checkFieldWithNoValue(String fieldName,
boolean check)
|
protected abstract void |
checkFieldWithValue(String fieldName,
String value,
boolean check)
|
protected void |
setFieldValueInForm()
|
protected void |
setInputFieldFoundByXPath(HtmlInput inputField)
|
| Methods inherited from class net.sf.jameleon.plugin.htmlunit.tags.AbstractHtmlUnitSetInputFieldTag |
|---|
getInputType, setFieldValueFoundByXPath |
| Methods inherited from class net.sf.jameleon.plugin.htmlunit.tags.AbstractHtmlUnitSetFormFieldTag |
|---|
getSubmitableElementByXPath, testBlock |
| 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 Boolean checked
| Constructor Detail |
|---|
public AbstractHtmlUnitCheckFieldTag()
| Method Detail |
|---|
protected void setFieldValueInForm()
setFieldValueInForm in class AbstractHtmlUnitSetFormFieldTagprotected void setInputFieldFoundByXPath(HtmlInput inputField)
setInputFieldFoundByXPath in class AbstractHtmlUnitSetInputFieldTag
protected abstract void checkFieldWithValue(String fieldName,
String value,
boolean check)
protected abstract void checkField(HtmlInput inputField,
boolean check)
protected void checkFieldWithNoValue(String fieldName,
boolean check)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||