Index
All Classes and Interfaces|All Packages|Constant Field Values
R
- recomputeCellsSize() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Forces the
LayoutManager
to recompute the cells sizes. - register(ObservableValue<T>, InvalidationListener) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.base.BehaviorBase
-
Creates a new
InvalidationAction
usingInvalidationAction.of(ObservableValue, InvalidationListener)
and adds it to the actions list. - register(ObservableValue<T>, ChangeListener<T>) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.base.BehaviorBase
-
Creates a new
ChangeAction
usingChangeAction.of(ObservableValue, ChangeListener)
and adds it to the actions list. - remove(TableColumn<T, ? extends TableCell<T>>, TableCell<T>) - Method in class io.github.palexdev.virtualizedfx.table.TableCache
-
If there is a Set of cells for the given
TableColumn
then removes the givenTableCell
from it. - removeLast() - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
-
Retrieves the last cell index with
FlowState.getLastAvailable()
, then removes and returns the cell from the cells map. - requestCellsLayout() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Forces the
CellsManager
to recompute the cells layout. - requestFocus() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Requests focus for the scroll bar if it's not already focused and if it's focus traversable.
- requestLayout() - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Forces
CellsManager.processLayout(List)
with the previously computed updates. - requestViewportLayout() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Basically a setter for
VirtualFlow.needsViewportLayoutProperty()
. - requestViewportLayout() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Basically a setter for
VirtualGrid.needsViewportLayoutProperty()
. - requestViewportLayout() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Basically a setter for
VirtualTable.needsViewportLayoutProperty()
. - reset() - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
-
Resets the viewport by first calling
FlowManager.clear()
, thenFlowManager.init()
. - reset() - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Responsible for resetting the viewport.
- reset() - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Resets the viewport by first calling
TableManager.clear()
, thenTableManager.init()
. - reset() - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Drastic reset of the VirtualFlow, scroll position is set back to 0.0,
CellsManager.clear()
is called, cells are re-initializedCellsManager.initCells(int)
. - reset() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Delegate method for
CellsManager.reset()
. - resizeRelocate(Node, double, double, double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Resizes and relocated the given node with the given parameters, the y offset is always 0.
- resizeRelocate(Node, double, double, double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.Resizes and relocates the given node with the given parameters.
- resizeRelocate(Node, double, double, double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Resizes and relocated the given node with the given parameters, the x offset is always 0.
- ResourceManager - Class in io.github.palexdev.virtualizedfx
- retrieveCellsSizes(C) - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Called during initialization to compute the sizes of a Cell before it's laid out.
- RIGHT - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.VBarPos
- rowFactoryProperty() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Specifies the function used by
TableState
to produce newTableRow
s. - rowProperty() - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Specifies the
TableRow
which contains this cell. - rowsChanged() - Method in class io.github.palexdev.virtualizedfx.table.TableState
-
Sets the rowsChanged flag to true, causing
TableState.haveRowsChanged()
to return true, which will tell the rContainer to update its children. - rowsFilled() - Method in class io.github.palexdev.virtualizedfx.grid.GridState
- rowsFilled() - Method in class io.github.palexdev.virtualizedfx.table.TableState
-
Checks if
TableState.size()
is greater or equal to the expectedTableState.getTargetSize()
, in other words if there are enough rows to fill the viewport vertically. - rowsPerPageProperty() - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Specifies the number of rows to display per page.
- rowsPerPageProperty() - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Specifies the number of rows to display per page.
- rowsRange() - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- rowsRange() - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
- rowsRange() - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.FixedTableHelper
- rowsRange() - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
All Classes and Interfaces|All Packages|Constant Field Values