|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.Processor
org.safs.ComponentFunction
org.safs.rational.CFComponent
org.safs.rational.CFHtmlImage
public class CFHtmlImage
CFHtmlImage Process HTML.AREA components. Future versions may expand to support HTML.IMAGE and other related classes.
| Field Summary | |
|---|---|
protected java.lang.String |
classname
|
static java.lang.String |
CLICK_AREA
|
static java.lang.String |
SAVEHTMLIMAGE
|
static java.lang.String |
VERIFYHTMLIMAGE
|
| Fields inherited from class org.safs.ComponentFunction |
|---|
action, compName, mapname, utils, windowName |
| Constructor Summary | |
|---|---|
CFHtmlImage()
Purpose: constructor, calls super |
|
| Method Summary | |
|---|---|
protected void |
doHtmlAreaClick()
doHtmlAreaClick |
protected void |
localProcess()
Process the testRecordData. |
protected void |
processHtmlArea()
handle Html.AREA objects Supports: ClickArea OCT 14, 2005 (CANAGL) Renamed support for Click to ClickArea |
protected void |
processHtmlImage()
Purpose: Save HtmlImage to a file; Or compare the HtmlImage to a bench file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLICK_AREA
public static final java.lang.String SAVEHTMLIMAGE
public static final java.lang.String VERIFYHTMLIMAGE
protected java.lang.String classname
| Constructor Detail |
|---|
public CFHtmlImage()
| Method Detail |
|---|
protected void localProcess()
localProcess in class CFComponentprotected void processHtmlArea()
protected void doHtmlAreaClick()
Working on a defined Html.AREA within a Html.MAP locate the parent Html.MAP for its name locate the parent Html.DOCUMENT locate the Html.IMG within the DOCUMENT that uses the MAP CLICK on the appropriate AREA within the IMG
protected void processHtmlImage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||