Package com.hp.lft.sdk.stdwin
Interface UiObjectWithLayoutInfo
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportSendKeys,- UiObjectBase,- UiObjectBase,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
- All Known Subinterfaces:
- Button,- Calendar,- CheckBox,- ComboBox,- Dialog,- EditField,- Editor,- ListBox,- ListView,- RadioButton,- Static,- StatusBar,- TabControl,- ToolBar,- TreeView,- UiObject,- Window
Base interface for standard Windows test objects with layout info.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanIndicates whether this object has generic "right-aligned" properties.booleanIndicates whether this object's horizontal origin is on the right edge.booleanIndicates whether this object's text is displayed using right-to-left reading-order properties.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.stdwin.UiObjectBasegetAccessibleName, getAttachedText, getText, getWindowClassRegExp, getWindowExtendedStyle, getWindowExtendedStyleAsLong, getWindowId, getWindowStyle, getWindowStyleAsLongMethods 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- 
isRightAlignedIndicates whether this object has generic "right-aligned" properties. (For support for right-to-left languages)- Returns:
- true when this object has generic right-aligned properties..
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isRightToLeftLayoutIndicates whether this object's horizontal origin is on the right edge.- Returns:
- true when this object's horizontal origin is on the right edge.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isRightToLeftReadingIndicates whether this object's text is displayed using right-to-left reading-order properties.- Returns:
- true when the object's text is displayed using right-to-left reading-order properties.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-