public class FlexNumericStepperTestObject extends FlexObjectTestObject
ignoreTheObjectState, ref| Constructor and Description |
|---|
FlexNumericStepperTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject) |
FlexNumericStepperTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor) |
FlexNumericStepperTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags) |
FlexNumericStepperTestObject(TestObject obj) |
FlexNumericStepperTestObject(com.rational.test.ft.object.TestObjectReference ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
change(java.lang.String itemName)
Dispatched when the value of the NumericStepper control changes as a result of user interaction
|
void |
input(java.lang.String itemName)
Dispatched when the user types some value in the editable control
|
void |
inputKeys(java.lang.String keyCode)
Event is dispatched when keyboard is used to perform an action
|
void |
inputKeys(java.lang.String keyCode,
int keyModifier)
Event is dispathed when a combination of keys are pressed to perform an action.
|
void |
selectText(java.awt.Point selectPoint)
Dispatched when the user makes selection in the text visible in the NumericStepper
|
void |
type(java.lang.String keyCode)
Event is dispatched when keyboard is used to perform an action
|
void |
type(java.lang.String keyCode,
int keyModifier)
Event is dispathed when a combination of keys are pressed to perform an action.
|
changeFocus, changeFocus, changeFocus, changeFocus, click, click, click, getAutomationChildAt, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, performAction, performAction, performAction, performAction, performAction, performAction, performTest, setFocuscanTakeVP, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getIWindow, getRole, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint, switchToexists, exists, exists, find, find, findAndInvoke, findAndInvokeProxy, getProperty, getTestDataTypes, invoke, invokeProxy, unregister, waitForExistencecompare, compare, compareAndLog, compareAndLog, equals, find, findAndInvoke, getActualData, getChildren, getDescribedObject, getDescribedObjects, getDescriptiveName, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMapProperties, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectCustomClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTopMappableParent, getTopParent, hashCode, invoke, invoke, invoke, invokeProxy, invokeProxy, isHtmlWebui, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistencepublic FlexNumericStepperTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public FlexNumericStepperTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public FlexNumericStepperTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public FlexNumericStepperTestObject(com.rational.test.ft.object.TestObjectReference ref)
public FlexNumericStepperTestObject(TestObject obj)
public void change(java.lang.String itemName)
itemName - The value of the NumericStepper when the change occuredpublic void input(java.lang.String itemName)
itemName - The character or sequence of characters entered by the userpublic void selectText(java.awt.Point selectPoint)
selectPoint - the selection point valuepublic void inputKeys(java.lang.String keyCode)
keyCode - The key code value of the key pressedpublic void inputKeys(java.lang.String keyCode,
int keyModifier)
keyCode - The key code value of the key pressedkeyModifier - A constant that indicates which key or key combination, if any, was pressed while this operation took place.
One of: flexAlt, flexControl, flexControlAlt, flexControlShift, flexControlShiftAlt, flexShift, or flexShiftAlt. For example,
if the Shift and Alt keys were pressed, then the value would be flexShiftAlt.public void type(java.lang.String keyCode)
keyCode - The key code value of the key pressedpublic void type(java.lang.String keyCode,
int keyModifier)
keyCode - The key code value of the key pressedkeyModifier - A constant that indicates which key or key combination, if any, was pressed while this operation took place.
One of: flexAlt, flexControl, flexControlAlt, flexControlShift, flexControlShiftAlt, flexShift, or flexShiftAlt. For example,
if the Shift and Alt keys were pressed, then the value would be flexShiftAlt.