|
|||||||||
| 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.CFPageTabList
public class CFPageTabList
Purpose: CFPageTabList, process a PageTabList component (tabbedPane)
Lifetime: instantiated by TestStepProcessor
| Field Summary | |
|---|---|
static java.lang.String |
CLICKTAB
|
static java.lang.String |
MAKESELECTION
|
static java.lang.String |
SELECTTAB
|
static java.lang.String |
SELECTTABINDEX
|
static java.lang.String |
UNVERIFIEDCLICKTAB
|
| Fields inherited from class org.safs.ComponentFunction |
|---|
action, compName, mapname, utils, windowName |
| Constructor Summary | |
|---|---|
CFPageTabList()
Purpose: constructor, calls super |
|
| Method Summary | |
|---|---|
protected java.util.List |
captureObjectData(TestObject guiObj)
Overrides its super for DotNet TabControl. |
protected void |
commandWithOneParam()
Purpose: commandWithOneParam: process commands like: click, doubleclick, expand and collapse; ones which take one parameter, (the path or which tab). |
protected void |
localProcess()
Purpose: process: process the testRecordData This is our specific version. |
| 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 CLICKTAB
public static final java.lang.String SELECTTAB
public static final java.lang.String SELECTTABINDEX
public static final java.lang.String MAKESELECTION
public static final java.lang.String UNVERIFIEDCLICKTAB
| Constructor Detail |
|---|
public CFPageTabList()
| Method Detail |
|---|
protected void localProcess()
GuiSubitemTestObject'.
Processor.testRecordData statusCode is set
based on the result of the processing
Processor.testRecordData, Processor.params
localProcess in class CFComponent
protected void commandWithOneParam()
throws SAFSException
action, - String (i.e. expand)script, - ScriptcompName, - Stringutils, - DDGUtilsInterface
SAFSException
protected java.util.List captureObjectData(TestObject guiObj)
throws java.lang.IllegalArgumentException,
SAFSException
captureObjectData in class CFComponentguiObj - TestObject to snapshot data from.
java.lang.IllegalArgumentException - if table is not an acceptable TestObject.
SAFSException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||