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 TypeMethodDescriptionvoidactivateRow(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 theTableRowobjects in the table.Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods 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, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describeMethods inherited from interface com.hp.lft.sdk.oracle.UiObjectBase
getObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKeyMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
-
Method Details
-
getRows
Returns theTableRowobjects in the table.- Returns:
- the
TableRowobjects 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
-