Package com.hp.lft.sdk.sap.ui5
Class RowRepeaterDescription.Init<T extends RowRepeaterDescription.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.RowRepeaterDescription.Init<T>
- Direct Known Subclasses:
- RowRepeaterDescription.Builder
- Enclosing class:
- RowRepeaterDescription
protected abstract static class RowRepeaterDescription.Init<T extends RowRepeaterDescription.Init<T>>
extends WebElementDescription.Init<T>
Helper class for RowRepeaterDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).design(RowRepeaterDesign value) Initializes the visual design of the RowRepeater.Initializes the list of the filter buttons used to filter the rows.Initializes whether the row repeater has a More button.pagesCount(Integer value) Initializes the total number of pages in the row repeater.Initializes the list of sorter buttons used to sort the rows.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 RowRepeaterDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
designInitializes the visual design of the RowRepeater.- Parameters:
- value- the visual design of the row repeater.
- Returns:
- The description instance with the update state (builder pattern).
 
- 
moreStepsInitializes whether the row repeater has a More button.- Parameters:
- hasMoreSteps- true if the row repeater has a More button.
- Returns:
- The description instance with the update state (builder pattern).
 
- 
filtersInitializes the list of the filter buttons used to filter the rows.- Parameters:
- value- the semicolon-delimited list of filter buttons to use when filtering rows.
- Returns:
- The description instance with the update state (builder pattern).
 
- 
sortersInitializes the list of sorter buttons used to sort the rows.- Parameters:
- value- the semicolon-delimited list of sorter buttons to use when sorting rows.
- Returns:
- The description instance with the update state (builder pattern).
 
- 
pagesCountInitializes the total number of pages in the row repeater.- Parameters:
- value- the total number of pages in the row repeater.
- Returns:
- The description instance with the update state (builder pattern).
 
 
-