Package com.hp.lft.sdk.powerbuilder
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.powerbuilder.UiObjectBaseDescription
com.hp.lft.sdk.powerbuilder.UiObjectWithLayoutInfoDescription
- All Implemented Interfaces:
- CloneableObject,- Description,- com.hp.lft.sdk.internal.DescriptionWithVri,- Cloneable
- Direct Known Subclasses:
- ButtonDescription,- CheckBoxDescription,- ComboBoxDescription,- EditFieldDescription,- ListBoxDescription,- RadioButtonDescription,- TabControlDescription,- TableDescription,- ToolBarDescription,- TreeViewDescription,- UiObjectDescription,- WindowDescription
The description of a PowerBuilder UiObjectWithLayout abstract type.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static classHelper class for derived Builder classes.Nested classes/interfaces inherited from class com.hp.lft.sdk.DescriptionBaseDescriptionBase.Builder
- 
Field SummaryFields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBaseproperties
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotected
- 
Method SummaryModifier 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.voidsetRightAligned(Boolean isRightAligned) Sets whether the generic properties of the test object are right-aligned.voidsetRightToLeftLayout(Boolean isRightToLeftLayout) Sets whether the object's horizontal origin is on the right edge of the test object.voidsetRightToLeftReading(Boolean isRightToLeftReading) Sets whether the object's text is displayed right-to-left.Methods inherited from class com.hp.lft.sdk.powerbuilder.UiObjectBaseDescriptiongetAbsoluteLocation, getAttachedText, getLocation, getNativeClass, getObjectName, getSize, getText, getWindowClassRegExp, getWindowExtendedStyle, getWindowId, getWindowStyle, getWindowTitleRegExp, isEnabled, isFocused, isVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setAttachedText, setAttachedText, setEnabled, setFocused, setLocation, setLocation, setLocation, setNativeClass, setNativeClass, setObjectName, setObjectName, setSize, setSize, setSize, setText, setText, setVisible, setWindowClassRegExp, setWindowClassRegExp, setWindowExtendedStyle, setWindowId, setWindowStyle, setWindowTitleRegExp, setWindowTitleRegExpMethods inherited from class com.hp.lft.sdk.DescriptionBasecloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRIMethods inherited from class com.hp.lft.sdk.PropertiesDescriptioncloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBasegetValueAs, getValueAsStringProperty, insertValueMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hp.lft.sdk.CloneableObjectclone
- 
Constructor Details- 
UiObjectWithLayoutInfoDescriptionpublic UiObjectWithLayoutInfoDescription()
- 
UiObjectWithLayoutInfoDescription
 
- 
- 
Method Details- 
setRightAlignedSets 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.
 
- 
isRightAlignedIndicates whether generic properties of the test object are right-aligned.- Returns:
- true when text is displayed right-to-left.
 
- 
setRightToLeftLayoutSets 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.
 
- 
isRightToLeftLayoutIndicates 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.
 
- 
setRightToLeftReadingSets whether the object's text is displayed right-to-left.- Parameters:
- isRightToLeftReading- sets whether the object's text is displayed right-to-left.
 
- 
isRightToLeftReadingIndicates whether the object's text is displayed right-to-left.- Returns:
- true when the object's text is displayed right-to-left.
 
 
-