Package com.hp.lft.sdk.powerbuilder
Interface UiObjectBase
- All Superinterfaces:
Clickable,DoubleClickable,EnabledProvider,LocationInfoProvider,SupportDragAndDrop,SupportSendKeys,UiObjectBase,VisibleProvider,WaitUntilEnabledProvider,WaitUntilVisibleProvider
- All Known Subinterfaces:
Button,CheckBox,ComboBox,EditField,ListBox,ListView,RadioButton,ScrollBar,TabControl,Table,ToolBar,TreeView,UiObject,UiObjectWithLayoutInfo,Window
Base interface for all PowerBuilder test objects.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the static text attached to the object.Returns the object's name as set by the developer.getText()Returns the text associated with the object.Returns the permanent part of the MFC window class.longReturns the extended window style of the object as long.intReturns the object's window identifier.longReturns the window style of the object as long.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.UiObjectBase
getHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMoveMethods 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
-
getObjectName
Returns the object's name as set by the developer.- Returns:
- the object's name as set by the developer.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getAttachedText
Returns the static text attached to the object.- Returns:
- the static text attached to the object.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getText
Returns the text associated with the object.- Returns:
- the text associated with the object.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getWindowExtendedStyle
Returns the extended window style of the object as long.- Returns:
- the extended window style of the object as long.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getWindowStyle
Returns the window style of the object as long.- Returns:
- the window style of the object as long.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getWindowClassRegExp
Returns the permanent part of the MFC window class.- Returns:
- the permanent part of the MFC window class.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getWindowId
Returns the object's window identifier.- Returns:
- the object's window identifier.
- Throws:
GeneralLeanFtException- if error occurs during execution
-