Package com.hp.lft.sdk.stdwin
Class UiObjectWithLayoutInfoDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.DescriptionBase
com.hp.lft.sdk.stdwin.UiObjectBaseDescription
com.hp.lft.sdk.stdwin.UiObjectWithLayoutInfoDescription
- All Implemented Interfaces:
CloneableObject
,Description
,com.hp.lft.sdk.internal.DescriptionWithVri
,Cloneable
- Direct Known Subclasses:
ButtonDescription
,CalendarDescription
,CheckBoxDescription
,ComboBoxDescription
,EditFieldDescription
,EditorDescription
,ListBoxDescription
,RadioButtonDescription
,StaticDescription
,TabControlDescription
,ToolBarDescription
,TreeViewDescription
,UiObjectDescription
,WindowDescription
The description of a standard Windows UiObjectWithLayout abstract type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
Helper class for derived Builder classes.Nested classes/interfaces inherited from class com.hp.lft.sdk.DescriptionBase
DescriptionBase.Builder
-
Field Summary
Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
properties
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether generic properties of the test object are right-aligned.Indicates whether the object's horizontal origin is on the right edge of the test object.Indicates whether the object's text is displayed right-to-left.void
setRightAligned
(Boolean isRightAligned) Sets whether the generic properties of the test object are right-aligned.void
setRightToLeftLayout
(Boolean isRightToLeftLayout) Sets whether the object's horizontal origin is on the right edge of the test object.void
setRightToLeftReading
(Boolean isRightToLeftReading) Sets whether the object's text is displayed right-to-left.Methods inherited from class com.hp.lft.sdk.stdwin.UiObjectBaseDescription
getAbsoluteLocation, getAccessibleName, getAttachedText, getLocation, getNativeClass, getSize, getText, getWindowClassRegExp, getWindowExtendedStyle, getWindowExtendedStyleAsLong, getWindowId, getWindowStyle, getWindowStyleAsLong, getWindowTitleRegExp, isEnabled, isFocused, isVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setAccessibleName, setAccessibleName, setAttachedText, setAttachedText, setEnabled, setFocused, setLocation, setLocation, setLocation, setNativeClass, setNativeClass, setSize, setSize, setSize, setText, setText, setVisible, setWindowClassRegExp, setWindowClassRegExp, setWindowExtendedStyle, setWindowExtendedStyle, setWindowId, setWindowStyle, setWindowStyle, setWindowTitleRegExp, setWindowTitleRegExp
Methods inherited from class com.hp.lft.sdk.DescriptionBase
cloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRI
Methods inherited from class com.hp.lft.sdk.PropertiesDescription
clone
Methods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
getValueAs, getValueAsStringProperty, insertValue
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.hp.lft.sdk.CloneableObject
clone
-
Constructor Details
-
UiObjectWithLayoutInfoDescription
public UiObjectWithLayoutInfoDescription() -
UiObjectWithLayoutInfoDescription
-
-
Method Details
-
setRightAligned
Sets whether the generic properties of the test object are right-aligned. (For support for right-to-left languages)This style is ignored for left-to-right languages
- Parameters:
isRightAligned
- sets whether the test object's generic properties to right-aligned.
-
isRightAligned
Indicates whether generic properties of the test object are right-aligned.- Returns:
- true when text is displayed right-to-left.
-
setRightToLeftLayout
Sets whether the object's horizontal origin is on the right edge of the test object.- Parameters:
isRightToLeftLayout
- sets whether the object's horizontal origin is on the right edge of the test object.
-
isRightToLeftLayout
Indicates whether the object's horizontal origin is on the right edge of the test object.- Returns:
- true when the horizontal origin is on the right edge of the test object.
-
setRightToLeftReading
Sets whether the object's text is displayed right-to-left.- Parameters:
isRightToLeftReading
- sets whether the object's text is displayed right-to-left.
-
isRightToLeftReading
Indicates whether the object's text is displayed right-to-left.- Returns:
- true when the object's text is displayed right-to-left.
-