Package com.hp.lft.sdk.sap.ui5
Class RowRepeaterDescription.Builder
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<RowRepeaterDescription.Builder>
com.hp.lft.sdk.sap.ui5.RowRepeaterDescription.Builder
- Enclosing class:
- RowRepeaterDescription
public static class RowRepeaterDescription.Builder
extends RowRepeaterDescription.Init<RowRepeaterDescription.Builder>
This class can be used to construct an instance of the RowRepeaterDescription class using the builder pattern.
Usage example: RowRepeaterDescription description = new RowRepeaterDescription.Builder().tagName("some tag").Name("some name").build();
Usage example: RowRepeaterDescription description = new RowRepeaterDescription.Builder().tagName("some tag").Name("some name").build();
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hp.lft.sdk.sap.ui5.RowRepeaterDescription.Init
build, design, filters, moreSteps, pagesCount, sorters
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, vri, vri
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
self
in classDescriptionBase.Init<RowRepeaterDescription.Builder>
-