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.long
Returns the extended window style of the object as long.int
Returns the object's window identifier.long
Returns the window style of the object as long.Methods inherited from interface com.hp.lft.sdk.DoubleClickable
doubleClick, doubleClick, doubleClick
Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOn
Methods inherited from interface com.hp.lft.sdk.SupportSendKeys
sendKeys, sendKeys
Methods inherited from interface com.hp.lft.sdk.UiObjectBase
getHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMove
Methods inherited from interface com.hp.lft.sdk.VisibleProvider
isVisible
Methods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
Methods 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
-