Interface IRadioButton
An SAPUI5 radio button.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRadioButton : IButton, IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Properties
IsChecked
Indicates whether the radio button is selected.
Declaration
bool IsChecked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsReadOnly
Indicates whether the radio button is read-only.
Declaration
bool IsReadOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Activate()
Activates the radio button.
Declaration
void Activate()
Set()
Selects the radio button.
Declaration
void Set()