Package com.hp.lft.sdk.sap.ui5
Class RoadMapDescription.Init<T extends RoadMapDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.web.WebBaseDescription.Init<T>
com.hp.lft.sdk.web.WebElementDescription.Init<T>
com.hp.lft.sdk.sap.ui5.RoadMapDescription.Init<T>
- Direct Known Subclasses:
RoadMapDescription.Builder
- Enclosing class:
- RoadMapDescription
protected abstract static class RoadMapDescription.Init<T extends RoadMapDescription.Init<T>>
extends WebElementDescription.Init<T>
Helper class for RoadMapDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).Initializes the names of all items including steps and sub-steps in the road map.itemsCount(Integer itemsCount) Initializes the number of steps and sub-steps in the road map.Initializes the names of all steps in the road map.stepsCount(Integer stepsCount) Initializes the number of steps in the road map.Methods inherited from class com.hp.lft.sdk.web.WebElementDescription.Init
accessibilityName, accessibilityName, cssSelector, cssSelector, role, role, xpath, xpathMethods inherited from class com.hp.lft.sdk.web.WebBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, attribute, attribute, attributes, className, className, id, id, innerHTML, innerHTML, innerText, innerText, location, location, location, name, name, outerHTML, outerHTML, outerText, outerText, size, size, size, style, style, styles, tagName, tagName, title, title, visibleMethods 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.InitReturns the built description instance (builder pattern).- Overrides:
buildin classWebElementDescription.Init<T extends RoadMapDescription.Init<T>>- Returns:
- The built description instance (builder pattern).
-
items
Initializes the names of all items including steps and sub-steps in the road map.- Parameters:
items- the names of all items.- Returns:
- The description instance with the update state (builder pattern).
-
steps
Initializes the names of all steps in the road map.- Parameters:
steps- the names of all steps.- Returns:
- The description instance with the update state (builder pattern).
-
itemsCount
Initializes the number of steps and sub-steps in the road map.- Parameters:
itemsCount- the number of steps and sub-steps to initialize.- Returns:
- The description instance with the update state (builder pattern).
-
stepsCount
Initializes the number of steps in the road map.- Parameters:
stepsCount- the number of steps to initialize.- Returns:
- The description instance with the update state (builder pattern).
-