Package com.hp.lft.sdk.sap.gui
Interface CheckBox
- All Superinterfaces:
- Element,- EnabledProvider,- LocationInfoProvider,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- WaitUntilEnabledProvider
A checkbox control in a SAP GUI for Windows application.
- 
Method SummaryMethods 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.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, waitUntilEnabled
- 
Method Details- 
getAttachedTextReturns the text associated with the checkbox.- Returns:
- the text associated with the checkbox.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isCheckedIndicates whether this check box is selected.- Returns:
- whether this check box is selected.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setSelects or unselects the check box.- Parameters:
- state- true to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setFocusSets focus on the checkbox.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-