Package com.hp.lft.sdk.sap.gui
Interface RadioButton
- All Superinterfaces:
Element
,EnabledProvider
,LocationInfoProvider
,SupportsNativeObject
,TestObject
,TestObjectDescriber
,WaitUntilEnabledProvider
A radio button in a SAP GUI for Windows application
-
Method Summary
Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, 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, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
-
Method Details
-
getAttachedText
Returns the static text attached to the radio button.- Returns:
- the static text.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
isChecked
Indicates whether the radio button is selected.- Returns:
- true if selected.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
set
Selects this radio button.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setFocus
Sets focus on this radio button.- Throws:
GeneralLeanFtException
- if error occurs during execution
-