public class TableRowBehavior<T> extends TableRowBehaviorBase<TableRow<T>>
IS_TOUCH_SUPPORTED, TRAVERSAL_BINDINGS
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, mousePressed
getAnchor, getIndex, handleClicks, handleDisclosureNode, hasDefaultAnchor, hasNonDefaultAnchor, isSelected, mouseDragged, mouseReleased, removeAnchor, setAnchor, simpleSelect
callAction, callActionForEvent, contextMenuRequested, dispose, focusChanged, getControl, matchActionForEvent, mouseEntered, mouseExited, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUp
protected 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>>
Copyright © 2020. All rights reserved.