scalafx.scene.control.TableView
Creates a default TableViewFocusModel instance that will be used to manage focus of the provided TableView control.
Creates a default TableViewFocusModel instance that will be used to manage focus of the provided TableView control.
The tableView upon which this focus model operates.
Creates a new ScalaFX TableViewFocusModel from its JavaFX counterpart.
Creates a new ScalaFX TableViewFocusModel from its JavaFX counterpart.
JavaFX TableViewFocusModel to be wrapped.
JavaFX TableViewFocusModel to be wrapped.
JavaFX TableViewFocusModel to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Convenience method for setting focus on a particular row or cell using a scalafx.scene.control.TablePosition.
Convenience method for setting focus on a particular row or cell using a scalafx.scene.control.TablePosition.
The table position where focus should be set.
Causes the item at the given index to receive the focus.
Causes the item at the given index to receive the focus.
The row index of the item to give focus to.
The column of the item to give focus to. Can be null
.
Causes the item at the given index to receive the focus.
Causes the item at the given index to receive the focus.
The row index of the item to give focus to.
The column of the item to give focus to. Can be null.
Causes the item at the given index to receive the focus.
Causes the item at the given index to receive the focus.
The index of the item to get focus.
Attempts to move focus to the cell above the currently focused cell.
Attempts to move focus to the cell above the currently focused cell.
Attempts to move focus to the cell below the currently focused cell.
Attempts to move focus to the cell below the currently focused cell.
Attempts to move focus to the cell to the left of the currently focused cell.
Attempts to move focus to the cell to the left of the currently focused cell.
Attempts to give focus to the row after to the currently focused row.
Attempts to give focus to the row after to the currently focused row.
Attempts to give focus to the row previous to the currently focused row.
Attempts to give focus to the row previous to the currently focused row.
Attempts to move focus to the cell to the right of the the currently focused cell.
Attempts to move focus to the cell to the right of the the currently focused cell.
The position of the current item in the TableView which has the focus.
The index of the current item in the FocusModel which has the focus.
The index of the current item in the FocusModel which has the focus.
The current item in the FocusModel which has the focus.
The current item in the FocusModel which has the focus.
The delegate hashcode
Tests whether the row / cell at the given location currently has the focus within the UI control.
Tests whether the row / cell at the given location currently has the focus within the UI control.
The row index of the item to give focus to.
The column of the item to give focus to. Can be null.
true
whether the row / cell at the given location currently has the focus within the UI control.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps a JavaFX TableViewFocusModel.