Package com.hp.lft.sdk.sap.ui5
Interface TableCell
- All Superinterfaces:
TableCell
A single cell in an SAPUI5 table.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
selectItem
(String text) Selects the specified item in the cell according to its text.void
Sets the contents of the table cell to the specified text value.Methods inherited from interface com.hp.lft.sdk.web.TableCell
asWebElement, findChildren, findChildren, getColumnIndex, getColumnName, getNumberOfChildrenWithType, getRowIndex, getText
-
Method Details
-
setText
Sets the contents of the table cell to the specified text value.- Parameters:
text
- the text value to set.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
selectItem
Selects the specified item in the cell according to its text.- Parameters:
text
- the text of the item to select.- Throws:
GeneralLeanFtException
- if error occurs during execution
-