Package com.hp.lft.sdk.oracle
Interface Table
- All Superinterfaces:
Clickable
,EnabledProvider
,LocationInfoProvider
,TestObject
,TestObjectDescriber
,UiObjectBase
,WaitUntilEnabledProvider
An Oracle Table test object
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activateRow
(int row) Activates a specified record.Returns a cell specified by row index and column header.Returns the column headers.Returns the name of the object supplied by the server.getRows()
Returns theTableRow
objects in the table.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
-
getRows
Returns theTableRow
objects in the table.- Returns:
- the
TableRow
objects in the table. - Throws:
GeneralLeanFtException
- if error occurs during execution
-
getColumnHeaders
Returns the column headers.- Returns:
- the column headers.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getObjectName
Returns the name of the object supplied by the server.- Returns:
- the name of the object supplied by the server.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
activateRow
Activates a specified record.- Parameters:
row
- 0-based row index.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getCell
Returns a cell specified by row index and column header.- Parameters:
row
- 0-based row index.columnHeader
- the column header.- Returns:
- the
TableCell
- Throws:
GeneralLeanFtException
- if error occurs during execution
-