|
|||||||||
| 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.CFScrollBar
public class CFScrollBar
Purpose: CFScrollBar, process a ScrollBar component
Lifetime: instantiated by TestStepProcessor
| Field Summary | |
|---|---|
static java.lang.String |
ONEDOWN
|
static java.lang.String |
ONELEFT
|
static java.lang.String |
ONERIGHT
|
static java.lang.String |
ONEUP
|
static int |
PAGECLICKS
Since the RobotJ api does not provide a 'relative' page mechanism, then it is necessary to click the up/down/right/left button a number of times to simulate a page movement. |
static java.lang.String |
PAGEDOWN
|
static java.lang.String |
PAGELEFT
|
static java.lang.String |
PAGERIGHT
|
static java.lang.String |
PAGEUP
|
| Fields inherited from class org.safs.ComponentFunction |
|---|
action, compName, mapname, utils, windowName |
| Constructor Summary | |
|---|---|
CFScrollBar()
Purpose: constructor, calls super |
|
| Method Summary | |
|---|---|
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 ONEDOWN
public static final java.lang.String ONELEFT
public static final java.lang.String ONERIGHT
public static final java.lang.String ONEUP
public static final java.lang.String PAGEDOWN
public static final java.lang.String PAGELEFT
public static final java.lang.String PAGERIGHT
public static final java.lang.String PAGEUP
public static final int PAGECLICKS
| Constructor Detail |
|---|
public CFScrollBar()
| Method Detail |
|---|
protected void localProcess()
Processor.testRecordData statusCode is set
based on the result of the processing
Processor.testRecordData, Processor.params
localProcess in class CFComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||