public class CellUtil
extends java.lang.Object
| Constructor and Description |
|---|
CellUtil() |
| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.control.Cell<?> |
getRowNode(javafx.scene.control.Cell<?> cell)
Helper to get the row node for a cell
|
static java.util.List<?> |
getSelectedItems(javafx.scene.control.Cell<?> cell)
Helper to get selected items for a cell
|
static javafx.scene.control.MultipleSelectionModel<?> |
getSelectionModel(javafx.scene.control.Cell<?> cell)
Helper to get the selection model of the view for a given cell
|
public static javafx.scene.control.Cell<?> getRowNode(javafx.scene.control.Cell<?> cell)
cell - the cellpublic static javafx.scene.control.MultipleSelectionModel<?> getSelectionModel(javafx.scene.control.Cell<?> cell)
cell - the cellpublic static java.util.List<?> getSelectedItems(javafx.scene.control.Cell<?> cell)
cell - the cell