Package com.hp.lft.sdk.oracle
Interface Button
- All Superinterfaces:
Clickable
,EnabledProvider
,LocationInfoProvider
,TestObject
,TestObjectDescriber
,UiObjectBase
,WaitUntilEnabledProvider
An Oracle button.
-
Method Summary
Modifier and TypeMethodDescriptionThe 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.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
-
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
-