Package com.hp.lft.sdk.sap.ui5
Class ListBoxDescription.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.web.FormFieldDescription.Init<T>
com.hp.lft.sdk.web.ListBoxDescription.Init<T>
com.hp.lft.sdk.sap.ui5.ListBoxDescription.Init<ListBoxDescription.Builder>
com.hp.lft.sdk.sap.ui5.ListBoxDescription.Builder
- Enclosing class:
- ListBoxDescription
public static class ListBoxDescription.Builder
extends ListBoxDescription.Init<ListBoxDescription.Builder>
This class can be used to construct an instance of the ListBoxDescription class using the builder pattern.
Usage example: ListBoxDescription description = new ListBoxDescription.Builder().tagName("some tag").Name("some name").build();
Usage example: ListBoxDescription description = new ListBoxDescription.Builder().tagName("some tag").Name("some name").build();
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hp.lft.sdk.sap.ui5.ListBoxDescription.Init
build, selectTypeMethods inherited from class com.hp.lft.sdk.web.ListBoxDescription.Init
defaultValue, defaultValue, enabled, firstItem, firstItem, items, itemsCount, multiple, selectedItems, value, value, visibleItemsCountMethods inherited from class com.hp.lft.sdk.web.FormFieldDescription.Init
type, typeMethods 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, vri, vri
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classDescriptionBase.Init<ListBoxDescription.Builder>
-