Package com.hp.lft.sdk.sap.ui5
Class RadioButtonDescription.Init<T extends RadioButtonDescription.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.ButtonDescription.Init<T>
com.hp.lft.sdk.sap.ui5.RadioButtonDescription.Init<T>
- Direct Known Subclasses:
RadioButtonDescription.Builder
- Enclosing class:
- RadioButtonDescription
protected abstract static class RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>>
extends ButtonDescription.Init<T>
Helper class for RadioButtonDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hp.lft.sdk.web.ButtonDescription.Init
buttonType, buttonType, enabled, text, text
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 classButtonDescription.Init<T extends RadioButtonDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
checked
Initializes whether the radio button is selected.- Parameters:
checked
- true to select the radio button.- Returns:
- The description instance with updated state (builder pattern).
-
readOnly
Initializes whether the radio button is read-only.- Parameters:
readonly
- true to set the radio button as read-only.- Returns:
- The description instance with updated state (builder pattern).
-