Package com.hp.lft.sdk.oracle
Interface RadioGroup
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- UiObjectBase,- WaitUntilEnabledProvider
An Oracle option (radio button) group.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the caption of the object.The Oracle class hierarchy of the object's Oracle class.getItem(int item) Returns the item with the specified index.Returns the item with the specified text.Indicates accessibility description of the object as specified by the server.Indicates internal name of the object supplied by the application server.intReturns the index of the selected item (0-based).Returns the value of the selected item.Indicates the text displayed in the object's tooltip.voidselect(int item) Selects the radio button with the specified value.voidselect(RadioGroupItem item) Selects the radio button with the specified value.voidSelects the radio button with the specified value.voidsetFocus()Transfers the focus to the option 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.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.oracle.UiObjectBasegetObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKeyMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabled
- 
Method Details- 
getSelectedItemReturns the value of the selected item.- Returns:
- the value of the selected item.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getCaptionReturns the caption of the object.- Returns:
- the caption of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getSelectedIndexReturns the index of the selected item (0-based).- Returns:
- the index of the selected item (0-based). NOTE: If no item is selected, -1 is returned.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getClassPathThe Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getObjectDescriptionIndicates accessibility description of the object as specified by the server.- Returns:
- the accessibility description of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getObjectNameIndicates internal name of the object supplied by the application server.- Returns:
- the internal name of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTooltipTextIndicates the text displayed in the object's tooltip.- Returns:
- the text displayed in the object's tooltip.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getItemReturns the item with the specified text.- Parameters:
- item- The text of the item.
- Returns:
- the item with the specified text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getItemReturns the item with the specified index.- Parameters:
- item- The index of the item.
- Returns:
- the item with the specified text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the radio button with the specified value.- Parameters:
- item- the item to be selected.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the radio button with the specified value.- Parameters:
- item- the item to be selected (0-based).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the radio button with the specified value.- Parameters:
- item- the item to be selected from- RadioGroupItem.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setFocusTransfers the focus to the option group.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-