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, textMethods 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, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
buildin 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).
-