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 SummaryConstructors
- 
Method SummaryModifier 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.InitaccessibilityName, accessibilityName, cssSelector, cssSelector, role, role, xpath, xpathMethods inherited from class com.hp.lft.sdk.web.WebBaseDescription.InitabsoluteLocation, 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.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- WebElementDescription.Init<T extends RoadMapDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
itemsInitializes 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).
 
- 
stepsInitializes 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).
 
- 
itemsCountInitializes 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).
 
- 
stepsCountInitializes 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).
 
 
-