Package com.hp.lft.sdk.oracle
Interface CheckBox
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- UiObjectBase,- WaitUntilEnabledProvider
A check box Oracle field.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()Clears (unchecks) the check box.Returns the caption of the object.The Oracle class hierarchy of the object's Oracle class.getLabel()Returns the text displayed on the object.Indicates accessibility description of the object as specified by the server.Indicates internal name of the object supplied by the application server.Indicates the text displayed in the object's tooltip.booleanIndicates the state of the object -whether it is selected or cleared.voidselect()Selects (checks) the check box.voidsetFocus()Transfers focus to the check box.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- 
getLabelReturns the text displayed on the object.- Returns:
- the text displayed on the object.
- 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
 
- 
isSelectedIndicates the state of the object -whether it is selected or cleared.- Returns:
- true if selected.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
clearClears (unchecks) the check box.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects (checks) the check box.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setFocusTransfers focus to the check box.- 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
 
 
-