Package com.hp.lft.sdk.web
Class FormFieldDescription.Init<T extends FormFieldDescription.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.web.FormFieldDescription.Init<T>
- Direct Known Subclasses:
CheckBoxDescription.Init
,EditFieldBaseDescription.Init
,ListBoxDescription.Init
,RadioGroupDescription.Init
- Enclosing class:
- FormFieldDescription
protected abstract static class FormFieldDescription.Init<T extends FormFieldDescription.Init<T>>
extends WebElementDescription.Init<T>
Helper class for derived Builder classes.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hp.lft.sdk.web.WebElementDescription.Init
accessibilityName, accessibilityName, build, 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
-
type
Initializes the attribute "type" of the HTML element.- Parameters:
type
- the attribute "type" of the HTML element.- Returns:
- the description instance with the update state (builder pattern).
-
type
Initializes the attribute "type" of the HTML element.- Parameters:
type
- a StringProperty(or RegExpProperty) representing the attribute "type" of the HTML element.- Returns:
- the description instance with the update state (builder pattern).
-