Package com.hp.lft.sdk.stdwin
Class UiObjectWithLayoutInfoDescription.Init<T extends UiObjectWithLayoutInfoDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.stdwin.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.stdwin.UiObjectWithLayoutInfoDescription.Init<T>
- Direct Known Subclasses:
ButtonDescription.Init
,CalendarDescription.Init
,CheckBoxDescription.Init
,ComboBoxDescription.Init
,EditFieldDescription.Init
,EditorDescription.Init
,ListBoxDescription.Init
,RadioButtonDescription.Init
,StaticDescription.Init
,TabControlDescription.Init
,ToolBarDescription.Init
,TreeViewDescription.Init
,UiObjectDescription.Init
,WindowDescription.Init
- Enclosing class:
- UiObjectWithLayoutInfoDescription
protected abstract static class UiObjectWithLayoutInfoDescription.Init<T extends UiObjectWithLayoutInfoDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for derived Builder classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrightAligned
(Boolean isRightAligned) Indicates whether the object has generic right-aligned properties.rightToLeftLayout
(Boolean isRightToLeftLayout) Indicates whether the object's horizontal origin is on the right edge of the test object.rightToLeftReading
(Boolean isRightToLeftReading) Initializes whether the object's text is displayed right-to-left.Methods inherited from class com.hp.lft.sdk.stdwin.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, accessibleName, accessibleName, attachedText, attachedText, enabled, focused, location, location, location, nativeClass, nativeClass, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowExtendedStyle, windowExtendedStyle, windowId, windowStyle, windowStyle, windowTitleRegExp, windowTitleRegExp
Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
build, index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
rightAligned
Indicates whether the object has generic right-aligned properties.- Parameters:
isRightAligned
- when true, sets the object to have generic right-aligned properties- Returns:
- the description instance with the update state (builder pattern).
-
rightToLeftLayout
Indicates whether the object's horizontal origin is on the right edge of the test object.- Parameters:
isRightToLeftLayout
- when true, sets the object's horizontal origin to the right edge of the test object.- Returns:
- the description instance with the update state (builder pattern).
-
rightToLeftReading
Initializes whether the object's text is displayed right-to-left.- Parameters:
isRightToLeftReading
- when true, sets the object's text to right-to-left.- Returns:
- the description instance with the update state (builder pattern).
-