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 SummaryModifier 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.DoubleClickabledoubleClick, doubleClick, doubleClickMethods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportSendKeyssendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.UiObjectBasegetHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMoveMethods inherited from interface com.hp.lft.sdk.VisibleProviderisVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
getObjectNameReturns 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
 
- 
getAttachedTextReturns the static text attached to the object.- Returns:
- the static text attached to the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTextReturns the text associated with the object.- Returns:
- the text associated with the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowExtendedStyleReturns 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
 
- 
getWindowStyleReturns the window style of the object as long.- Returns:
- the window style of the object as long.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowClassRegExpReturns the permanent part of the MFC window class.- Returns:
- the permanent part of the MFC window class.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowIdReturns the object's window identifier.- Returns:
- the object's window identifier.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-