Package com.hp.lft.sdk.sap.nwbc
Interface UiObjectBase
- All Superinterfaces:
Clickable,DoubleClickable,EnabledProvider,LocationInfoProvider,SupportDragAndDrop,SupportSendKeys,SupportsNativeObject,TestObject,TestObjectDescriber,VisibleProvider,WaitUntilEnabledProvider,WaitUntilVisibleProvider
- All Known Subinterfaces:
OKCode,ShellWindow,TabStrip,ToggleButton
public interface UiObjectBase
extends TestObject, SupportsNativeObject, LocationInfoProvider, Clickable, DoubleClickable, SupportDragAndDrop, SupportSendKeys, WaitUntilEnabledProvider, WaitUntilVisibleProvider
-
Method Summary
Modifier and TypeMethodDescriptionReturns all the currently supported patterns of the object.voidScrolls the object into view if it is not visible in the parent window.voidMoves the mouse to a location.voidDisplays the control's context menu.voidTypes the specified string in the object.Methods inherited from interface com.hp.lft.sdk.DoubleClickable
doubleClick, doubleClick, doubleClickMethods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportSendKeys
sendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describeMethods inherited from interface com.hp.lft.sdk.VisibleProvider
isVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
-
Method Details
-
makeVisible
Scrolls the object into view if it is not visible in the parent window.- Throws:
GeneralLeanFtException- if an error occurs during the operation.
-
showContextMenu
Displays the control's context menu.- Throws:
GeneralLeanFtException- if an error occurs during the operation.
-
type
Types the specified string in the object.- Parameters:
text- The text string and/or constants representing non-alphanumeric keys.- Throws:
GeneralLeanFtException- if an error occurs during the operation.IllegalArgumentException- if the parameter text is null.
-
mouseMove
Moves the mouse to a location.- Parameters:
location- The location details for the mouseMove operation.- Throws:
GeneralLeanFtException- if an error occurs during the operation.
-
getSupportedPatterns
Returns all the currently supported patterns of the object.- Returns:
- A list of supported patterns.
- Throws:
GeneralLeanFtException- if an error occurs during the operation.
-