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 Summary
Constructors -
Method Summary
Modifier 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.Init
accessibilityName, accessibilityName, cssSelector, cssSelector, role, role, xpath, xpath
Methods 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, visible
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 classWebElementDescription.Init<T extends RowRepeaterDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
design
Initializes 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).
-
moreSteps
Initializes 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).
-
filters
Initializes 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).
-
sorters
Initializes 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).
-
pagesCount
Initializes 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).
-