|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.object.interfaces.TestObject
com.rational.test.ft.object.interfaces.ClientTestObject
com.rational.test.ft.object.interfaces.GuiTestObject
com.rational.test.ft.object.interfaces.flex.FlexObjectTestObject
com.rational.test.ft.object.interfaces.flex.FlexSliderTestObject
public class FlexSliderTestObject
The Slider class is the base class for the Flex slider controls. The slider controls let users select a value by moving a slider thumb between the end points of the slider track.
Field Summary |
---|
Fields inherited from class com.rational.test.ft.object.interfaces.TestObject |
---|
ref |
Constructor Summary | |
---|---|
FlexSliderTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
|
|
FlexSliderTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
|
|
FlexSliderTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
|
|
FlexSliderTestObject(TestObject obj)
|
|
FlexSliderTestObject(com.rational.test.ft.object.TestObjectReference ref)
|
Method Summary | |
---|---|
void |
change(Subitem itemName)
Dispatched when the slider changes value due to mouse or keyboard interaction |
void |
change(Subitem subitem, int thumbIndex)
Dispatched when the slider changes value due to mouse or keyboard interaction |
void |
change(Subitem subitem, int thumbIndex, java.lang.String clickTarget)
Dispatched when the slider changes value due to mouse or keyboard interaction |
void |
change(Subitem subitem, int thumbIndex, java.lang.String clickTarget, java.lang.String triggerEvent)
Dispatched when the slider changes value due to mouse or keyboard interaction |
Methods inherited from class com.rational.test.ft.object.interfaces.flex.FlexObjectTestObject |
---|
changeFocus, changeFocus, changeFocus, changeFocus, click, click, click, getAutomationChildAt, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, performAction, performAction, performAction, performAction, performAction, performAction, performTest, setFocus |
Methods inherited from class com.rational.test.ft.object.interfaces.GuiTestObject |
---|
canTakeVP, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint |
Methods inherited from class com.rational.test.ft.object.interfaces.ClientTestObject |
---|
exists, find, find, findAndInvoke, findAndInvokeProxy, invoke, invokeProxy, unregister, waitForExistence |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlexSliderTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public FlexSliderTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
public FlexSliderTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public FlexSliderTestObject(com.rational.test.ft.object.TestObjectReference ref)
public FlexSliderTestObject(TestObject obj)
Method Detail |
---|
public void change(Subitem itemName)
itemName
- the current value of the sliderpublic void change(Subitem subitem, int thumbIndex)
subitem
- the current value of the sliderthumbIndex
- The zero-based index of the thumb whose position has changedpublic void change(Subitem subitem, int thumbIndex, java.lang.String clickTarget)
subitem
- the current value of the sliderthumbIndex
- The zero-based index of the thumb whose position has changedclickTarget
- What part of the slider was clicked.public void change(Subitem subitem, int thumbIndex, java.lang.String clickTarget, java.lang.String triggerEvent)
subitem
- the current value of the sliderthumbIndex
- The zero-based index of the thumb whose position has changedclickTarget
- What part of the slider was clicked.triggerEvent
- Whether the event was triggered by mouse or keyboard.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |