Package com.hp.lft.sdk.oracle
Interface CheckBox
- All Superinterfaces:
Clickable
,EnabledProvider
,LocationInfoProvider
,TestObject
,TestObjectDescriber
,UiObjectBase
,WaitUntilEnabledProvider
A check box Oracle field.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
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.boolean
Indicates the state of the object -whether it is selected or cleared.void
select()
Selects (checks) the check box.void
setFocus()
Transfers focus to the check box.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.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.oracle.UiObjectBase
getObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKey
Methods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
-
Method Details
-
getLabel
Returns the text displayed on the object.- Returns:
- the text displayed on the object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getCaption
Returns the caption of the object.- Returns:
- the caption of the object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
isSelected
Indicates the state of the object -whether it is selected or cleared.- Returns:
- true if selected.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
clear
Clears (unchecks) the check box.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
select
Selects (checks) the check box.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setFocus
Transfers focus to the check box.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getClassPath
The Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getObjectDescription
Indicates accessibility description of the object as specified by the server.- Returns:
- the accessibility description of the object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getObjectName
Indicates internal name of the object supplied by the application server.- Returns:
- the internal name of the object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getTooltipText
Indicates the text displayed in the object's tooltip.- Returns:
- the text displayed in the object's tooltip.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-