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 ofTableCellobjects in the row.Methods in com.hp.lft.sdk.java with parameters of type TableCellModifier and TypeMethodDescriptionvoidTableCell.dragAndDropOn(TableCell targetCell) voidTableCell.dragAndDropOn(TableCell targetCell, MouseButton button) voidTableCell.dragAndDropOn(TableCell targetCell, MouseButton button, TableKeyModifier modifiers) Drags and drops thisTableCellto the specified targetTableCellusing the specifiedMouseButtonandTableKeyModifier.