public class TableRowBehavior<T> extends TableRowBehaviorBase<TableRow<T>>
IS_TOUCH_SUPPORTED, TRAVERSAL_BINDINGS, TRAVERSE_DOWN, TRAVERSE_LEFT, TRAVERSE_NEXT, TRAVERSE_PREVIOUS, TRAVERSE_RIGHT, TRAVERSE_UP| Constructor and Description |
|---|
TableRowBehavior(TableRow<T> control)
*
Constructors *
*
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
edit(TableRow<T> cell) |
protected TableView<T> |
getCellContainer() |
protected TablePositionBase<?> |
getFocusedCell() |
protected FocusModel<T> |
getFocusModel() |
protected TableSelectionModel<T> |
getSelectionModel()
*
Public API *
*
|
protected ObservableList |
getVisibleLeafColumns() |
doSelect, isClickPositionValid, mousePressedgetAnchor, getIndex, handleClicks, handleDisclosureNode, hasDefaultAnchor, hasNonDefaultAnchor, isSelected, mouseDragged, mouseReleased, removeAnchor, selectRows, setAnchor, simpleSelectcallAction, callActionForEvent, contextMenuRequested, dispose, focusChanged, getControl, matchActionForEvent, mouseEntered, mouseExited, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUpprotected TableSelectionModel<T> getSelectionModel()
getSelectionModel in class TableRowBehaviorBase<TableRow<T>>protected TablePositionBase<?> getFocusedCell()
getFocusedCell in class TableRowBehaviorBase<TableRow<T>>protected FocusModel<T> getFocusModel()
getFocusModel in class CellBehaviorBase<TableRow<T>>protected ObservableList getVisibleLeafColumns()
getVisibleLeafColumns in class TableRowBehaviorBase<TableRow<T>>protected TableView<T> getCellContainer()
getCellContainer in class CellBehaviorBase<TableRow<T>>