Package com.hp.lft.sdk.stdwin
Interface UiObjectBase
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportSendKeys,- UiObjectBase,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
- All Known Subinterfaces:
- Button,- Calendar,- CheckBox,- ComboBox,- Dialog,- EditField,- Editor,- ListBox,- ListView,- RadioButton,- ScrollBar,- SpinBox,- Static,- StatusBar,- TabControl,- ToolBar,- TreeView,- UiObject,- UiObjectWithLayoutInfo,- Window
Base interface for all standard Windows test objects.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the object's name.Returns the static text attached to the object.getText()Returns the text associated with the object.Returns the permanent part of the MFC window class.Returns the extended window style of the object.longReturns the extended window style of the object as long.intReturns the object's window identifier.Returns the window style of the object.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- 
getAccessibleNameReturns the object's name. Available for windowless objects only.- Returns:
- the object's name. Available for windowless objects only.
- 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. Possible values:WindowExtendedStyles- Returns:
- the extended window style of the object. Possible values: WindowExtendedStyles
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowExtendedStyleAsLongReturns 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. Possible values:WindowStyles- Returns:
- the window style of the object. Possible values: WindowStyles
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowStyleAsLongReturns 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
 
 
-