Package com.hp.lft.sdk.sap.gui
Class RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.sap.gui.ElementDescription.Init<T>
com.hp.lft.sdk.sap.gui.RadioButtonDescription.Init<T>
- Direct Known Subclasses:
- RadioButtonDescription.Builder
- Enclosing class:
- RadioButtonDescription
protected abstract static class RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for RadioButtonDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionattachedText(StringProperty attachedText) Initializes static text attached to the control.attachedText(String attachedText) Initializes static text attached to the control.build()Returns the built description instance (builder pattern).Initializes whether the radio button is selected.Initializes whether the radio button can accept user input.Methods inherited from class com.hp.lft.sdk.sap.gui.ElementDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, typeMethods 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- ElementDescription.Init<T extends RadioButtonDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
attachedTextInitializes static text attached to the control.- Parameters:
- attachedText- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
attachedTextInitializes static text attached to the control.- Parameters:
- attachedText- the static text.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
enabledInitializes whether the radio button can accept user input.- Parameters:
- enabled- true to set as enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
checkedInitializes whether the radio button is selected.- Parameters:
- checked- true to set as selected.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-