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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.hp.lft.sdk.web.WebElementDescription.InitaccessibilityName, accessibilityName, build, 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- 
typeInitializes 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).
 
- 
typeInitializes 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).
 
 
-