Uses of Interface
com.hp.lft.sdk.java.TableCell
Packages that use TableCell
-
Uses of TableCell in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return TableCellModifier and TypeMethodDescriptionReturns a cell specified by row index and column header.Methods in com.hp.lft.sdk.java that return types with arguments of type TableCellModifier and TypeMethodDescriptionTableRowBase.getCells()
Returns a list ofTableCell
objects in the row.Methods in com.hp.lft.sdk.java with parameters of type TableCellModifier and TypeMethodDescriptionvoid
TableCell.dragAndDropOn
(TableCell targetCell) void
TableCell.dragAndDropOn
(TableCell targetCell, MouseButton button) void
TableCell.dragAndDropOn
(TableCell targetCell, MouseButton button, TableKeyModifier modifiers) Drags and drops thisTableCell
to the specified targetTableCell
using the specifiedMouseButton
andTableKeyModifier
.