Index
All Classes and Interfaces|All Packages|Constant Field Values
U
- unitIncrementProperty() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Specifies the amount added/subtracted to the
MFXScrollBar.valueProperty()
used by the increment/decrement buttons and by scrolling. - update(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Called on scroll to update the amount of pixels scrolled and then calls
CellsManager.updateCells(int)
, the passed start index is computed byLayoutManager.firstVisible()
. - update(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Delegate method for
LayoutManager.update(double)
. - updateCells(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Responsible for updating the cells in the viewport.
- updateCells(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Delegate method for
CellsManager.updateCells(int)
. - updateColumn(TableColumn<T, ? extends TableCell<T>>) - Method in interface io.github.palexdev.virtualizedfx.cell.TableCell
-
This is a way for cells to obtain and perhaps hold the reference of the column it is associated to.
- updateColumn(TableColumn<T, ? extends TableCell<T>>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
- updateColumnFactory(int) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableRow
-
Should specify the behavior for then one of the columns has changed its cell factory at runtime.
- updateColumnFactory(int) - Method in class io.github.palexdev.virtualizedfx.table.TableRow
-
Should specify the behavior for then one of the columns has changed its cell factory at runtime.
- updateColumns(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableRow
-
Should specify the behavior for when the range of displayed columns changes.
- updateColumns(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.table.TableRow
-
Should specify the behavior for when the range of displayed columns changes.
- updateCoordinates(int, int) - Method in interface io.github.palexdev.virtualizedfx.cell.GridCell
-
Allows implementations to store the cell index as a pair of coordinates [row, column].
- updateFull(int) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableRow
-
Should specify the behavior for when both the item represented by the row and its cells, as well as the index of the row change.
- updateFull(int) - Method in class io.github.palexdev.virtualizedfx.table.TableRow
-
Should specify the behavior for when both the item represented by the row and its cells, as well as the index of the row change.
- updateIndex(int) - Method in interface io.github.palexdev.virtualizedfx.cell.Cell
-
Automatically called by the virtualized control.
- updateIndex(int) - Method in interface io.github.palexdev.virtualizedfx.cell.GridCell
-
Automatically called by the virtualized control.
- updateIndex(int) - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
-
This is responsible for updating the cells when the row's index must change to the given one.
- updateIndex(int) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableRow
-
Should specify the behavior for when the index of the row changes.
- updateIndex(int) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
- updateIndex(int) - Method in class io.github.palexdev.virtualizedfx.table.TableRow
-
Should specify the behavior for when the index of the row changes.
- updateItem() - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableRow
-
Should specify the behavior for when the item represented by the row and its cells changes.
- updateItem() - Method in class io.github.palexdev.virtualizedfx.table.TableRow
-
Should specify the behavior for when the item represented by the row and its cells changes.
- updateItem(T) - Method in interface io.github.palexdev.virtualizedfx.cell.Cell
-
Automatically called by the virtualized control.
- updateItem(T) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
- updateItem(T) - Method in class io.github.palexdev.virtualizedfx.table.defaults.UpdatingTableCell
-
Automatically called by the virtualized control.
- updateMaxPage() - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Responsible for updating
PaginatedVirtualFlow.maxPageProperty()
when needed. - updateMaxPage() - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Responsible for updating
PaginatedVirtualGrid.maxPageProperty()
when needed. - updateMaxPage() - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Responsible for updating
PaginatedVirtualTable.maxPageProperty()
when needed. - updateRow(int, DefaultTableRow<T>) - Method in interface io.github.palexdev.virtualizedfx.cell.TableCell
-
This is a way for cells to obtain and perhaps hold the reference of the row which contains the cell.
- updateRow(int, DefaultTableRow<T>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
- updateScrollDirection(int) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Responsible for updating the
MFXScrollBarBehavior.directionProperty()
from an integer value that is either 1 or -1. - updateTable(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
This can be used to forcefully update all the currently visualized cells in the table by calling
Cell.updateItem(Object)
. - UpdateType - Enum Class in io.github.palexdev.virtualizedfx.enums
-
Enumeration to differentiate the various types of
FlowState
. - UpdatingTableCell<T,
E> - Class in io.github.palexdev.virtualizedfx.table.defaults -
Extension of
SimpleTableCell
which is intended to be used with models that make use of JavaFX properties. - UpdatingTableCell(T, Function<T, ObservableValue<E>>) - Constructor for class io.github.palexdev.virtualizedfx.table.defaults.UpdatingTableCell
- UpdatingTableCell(T, Function<T, ObservableValue<E>>, StringConverter<ObservableValue<E>>) - Constructor for class io.github.palexdev.virtualizedfx.table.defaults.UpdatingTableCell
- updWhen - Variable in class io.github.palexdev.virtualizedfx.table.defaults.UpdatingTableCell
All Classes and Interfaces|All Packages|Constant Field Values