|
|||||||||
| 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.CFList
org.safs.rational.wpf.CFWPFList
public class CFWPFList
| Field Summary | |
|---|---|
static java.lang.String |
LISTDATA_WPF_RFT_VP_PROPERTY
|
| Fields inherited from class org.safs.ComponentFunction |
|---|
action, compName, mapname, utils, windowName |
| Constructor Summary | |
|---|---|
CFWPFList()
|
|
| Method Summary | |
|---|---|
protected java.util.List |
captureObjectData(TestObject guiObj)
Note: Override the method in its super class CFList |
protected java.lang.String |
getListItem(GuiTestObject guiObj,
int index)
Note: Override the method in its super class CFList |
protected void |
verifySelected(GuiSubitemTestObject guiObj,
java.lang.String param,
boolean partialmatch,
boolean desireSelected)
Note: Override the method in its super class CFList |
| Methods inherited from class org.safs.rational.CFList |
|---|
activatePartialMatch, captureItemsToFile, clickColumn, clickTextItem, clickTextItem2, getListItems, localProcess, modifiedClickTextItem, modifiedDoubleClickTextItem, performDoubleClick, scrollToIndex, scrollToText, searchForListItem, selectIndex, selectItemAtIndex, selectPartialMatch, SetListContains, verifyItem, VerifyListContains, VerifyListNotContain, verifyMenuItem, verifySelected, verifyUnSelected |
| 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 LISTDATA_WPF_RFT_VP_PROPERTY
| Constructor Detail |
|---|
public CFWPFList()
| Method Detail |
|---|
protected java.util.List captureObjectData(TestObject guiObj)
throws SAFSException
captureObjectData in class CFListguiObj - This is the reference to the List object (java or .net or other list)
SAFSException
protected void verifySelected(GuiSubitemTestObject guiObj,
java.lang.String param,
boolean partialmatch,
boolean desireSelected)
verifySelected in class CFListpartialmatch - if true, then partial match on selecteddesireSelected - if true, test for selected; otherwise, unselected
protected java.lang.String getListItem(GuiTestObject guiObj,
int index)
throws SAFSException
getListItem in class CFListguiObj - A test object represents a listindex - An index of the item in a list
SAFSException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||