Package com.hp.lft.sdk.oracle
Interface Table
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- UiObjectBase,- WaitUntilEnabledProvider
An Oracle Table test object
- 
Method SummaryModifier 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.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- 
getRowsReturns theTableRowobjects in the table.- Returns:
- the TableRowobjects in the table.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getColumnHeadersReturns the column headers.- Returns:
- the column headers.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getObjectNameReturns 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
 
- 
activateRowActivates a specified record.- Parameters:
- row- 0-based row index.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getCellReturns 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
 
 
-