Package com.hp.lft.sdk.stdwin
Class UiObjectDescription.Init<T extends UiObjectDescription.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>
com.hp.lft.sdk.stdwin.UiObjectDescription.Init<T>
- Direct Known Subclasses:
UiObjectDescription.Builder
- Enclosing class:
- UiObjectDescription
protected abstract static class UiObjectDescription.Init<T extends UiObjectDescription.Init<T>>
extends UiObjectWithLayoutInfoDescription.Init<T>
Helper class for UiObjectDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).horizontalScroll
(ScrollInfo horizontalScroll) Initializes the scroll bar information for the horizontal scroll bar.horizontalScroll
(ScrollProperty horizontalScroll) Initializes the scroll properties for the horizontal scroll bar.verticalScroll
(ScrollInfo verticalScroll) Initializes the scroll bar information for vertical scroll bar.verticalScroll
(ScrollProperty verticalScroll) Initializes the scroll properties for the vertical scroll bar.Methods inherited from class com.hp.lft.sdk.stdwin.UiObjectWithLayoutInfoDescription.Init
rightAligned, rightToLeftLayout, rightToLeftReading
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
index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classDescriptionBase.Init<T extends UiObjectDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
horizontalScroll
Initializes the scroll properties for the horizontal scroll bar. Possible values:ScrollProperty
- Parameters:
horizontalScroll
- sets the horizontal scroll bar properties. Possible values:ScrollProperty
- Returns:
- the description instance with the update state (builder pattern).
-
horizontalScroll
Initializes the scroll bar information for the horizontal scroll bar. Possible values:ScrollInfo
- Parameters:
horizontalScroll
- the horizontal scroll bar information. Possible values:ScrollInfo
- Returns:
- the description instance with the update state (builder pattern).
-
verticalScroll
Initializes the scroll properties for the vertical scroll bar. Possible values:ScrollProperty
- Parameters:
verticalScroll
- represent the properties of a scrollbar. Possible values:ScrollProperty
- Returns:
- the description instance with the update state (builder pattern).
-
verticalScroll
Initializes the scroll bar information for vertical scroll bar. Possible values:ScrollInfo
- Parameters:
verticalScroll
- she scroll bar information for the vertical scroll bar. Possible values:ScrollInfo
- Returns:
- the description instance with the update state (builder pattern).
-