Package com.hp.lft.sdk.mobile
Class ViewDescription.Init<T extends ViewDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.mobile.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.mobile.ViewDescription.Init<T>
- Direct Known Subclasses:
ViewDescription.Builder
- Enclosing class:
- ViewDescription
protected abstract static class ViewDescription.Init<T extends ViewDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for ViewDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
scrollable
(Boolean isScrollable) Initializes whether the view can be scrolled.Methods inherited from class com.hp.lft.sdk.mobile.UiObjectBaseDescription.Init
accessibilityId, accessibilityId, checkable, checked, className, clickable, container, enabled, focusable, focused, mobileCenterIndex, nativeClass, nativeClass, objectProperties, resourceId, resourceId, self, text, text, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
scrollable
Initializes whether the view can be scrolled.- Parameters:
isScrollable
- true if the view can be scrolled.- Returns:
- the description instance with the update state (builder pattern).
-
build
-