Package com.hp.lft.sdk.sap.ui5
Interface RadioGroup
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 radio group object.
- 
Method SummaryModifier and TypeMethodDescriptiongetItems()Gets the list of all items contained in this object.Returns the title of the currently selected item.voidselect(int itemIndex) Selects the specified radio button (by index) in the radio group.voidSelects the specified radio button (by name) in the radio group.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElementdoubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectgetAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriberdescribe, describe
- 
Method Details- 
getItemsGets the list of all items contained in this object.- Returns:
- The list of all items contained in this object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getSelectedItemReturns the title of the currently selected item.- Returns:
- The title of the currently selected item.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified radio button (by name) in the radio group.- Parameters:
- item- the item to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified radio button (by index) in the radio group.- Parameters:
- itemIndex- the index of the item to select (1-based).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-