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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.hp.lft.sdk.web.ButtonDescription.InitbuttonType, buttonType, enabled, text, textMethods inherited from class com.hp.lft.sdk.web.WebElementDescription.InitaccessibilityName, accessibilityName, 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- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- ButtonDescription.Init<T extends RadioButtonDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
checkedInitializes whether the radio button is selected.- Parameters:
- checked- true to select the radio button.
- Returns:
- The description instance with updated state (builder pattern).
 
- 
readOnlyInitializes 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).
 
 
-