Index

A B C D E F G H I L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values

I

iconAlignmentProperty() - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
Specifies the side on which the icon will be placed.
incPressed() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
Action performed when the increase button is pressed.
index - Variable in class io.github.palexdev.virtualizedfx.table.TableRow
 
indexProperty() - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
Specifies the index of the column this cell is associated to.
indexToItem(int) - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
Converts the given index to an item from the list.
init() - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
This method is responsible for filling the viewport with the necessary number of cells.
init() - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
This is responsible for filling the viewport with the right amount of rows/columns/cells.
init() - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
Initializes GridRow by creating the needed amount of cells given by the GridRow.getColumns() range.
init() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Delegate for ObservableGrid.init()
init() - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableRow
Should specify the behavior for when the row is created.
init() - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
 
init() - Method in class io.github.palexdev.virtualizedfx.table.TableManager
This is responsible for filling the viewport with the right amount of rows/columns/cells.
init() - Method in class io.github.palexdev.virtualizedfx.table.TableRow
Should specify the behavior for when the row is created.
init(int, int) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Delegate for ObservableGrid.init(int, int)
init(int, int, BiFunction<Integer, Integer, T>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Delegate for ObservableGrid.init(int, int, BiFunction)
init(int, int, T) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Delegate for ObservableGrid.init(int, int, Object)
init(IntegerRange, IntegerRange) - Method in class io.github.palexdev.virtualizedfx.grid.GridState
Responsible for filling the viewport the needed amount of rows/cells.
init(IntegerRange, IntegerRange) - Method in class io.github.palexdev.virtualizedfx.table.TableState
Responsible for filling the viewport the needed amount of rows/cells.
INIT - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.UpdateType
Indicates that the state has been created after an initialization request
initCells(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
Deprecated.
Populates the cellsPool, adds them to the container and then calls CellsManager.updateCells(int) (indexes from 0 to num) to ensure the cells are displaying the right content (should not be needed though)
initCells(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
Deprecated.
Delegate method for CellsManager.initCells(int).
initFlow() - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
Deprecated.
Calls LayoutManager.bindings() and CellsManager.initCells(int), the num of cells passed is computed by calling OrientationHelper.computeCellsNumber().
initialize() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
Deprecated.
DO NOT CALL THIS METHOD, it's automatically handled by the VirtualFlow.
initialize() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
Deprecated.
DO NOT CALL THIS METHOD, it's automatically handled by the VirtualFlow.
initialize() - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
Deprecated.
Gets the first item from the items list and builds a cell from it.
initialize() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Adds the container to the children list, calls SimpleVirtualFlow.setupScrollBars().
initialize() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
Deprecated.
Calls SimpleVirtualFlowContainer.buildClip(), adds the needed listeners for the items list and the corresponding property, also calls LayoutManager.initialize().
invalidate() - Method in interface io.github.palexdev.virtualizedfx.cell.TableCell
This is a way for cells to specify the behavior for when any of its properties are updated.
invalidate() - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
This is a way for cells to specify the behavior for when any of its properties are updated.
invalidate() - Method in class io.github.palexdev.virtualizedfx.table.defaults.UpdatingTableCell
This is a way for cells to specify the behavior for when any of its properties are updated.
invalidatedPos() - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.AbstractHelper
 
invalidatedPos() - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
Invalidates VirtualGrid.positionProperty() in case changes occur in the viewport and the current position is no longer valid.
invalidatedPos() - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.AbstractHelper
 
invalidatedPos() - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
Invalidates VirtualTable.positionProperty() in case changes occur in the viewport and the current position is no longer valid.
invalidatePos() - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
 
invalidatePos() - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
Invalidates both VirtualFlow.hPosProperty() and VirtualFlow.vPosProperty() in case changes occurred in the viewport and the current position are no longer valid.
invalidatePos() - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
 
InvalidationAction<T> - Class in io.github.palexdev.virtualizedfx.controls.behavior.actions
An InvalidationAction is a convenience bean which implements DisposableAction used by BehaviorBase to register an InvalidationListener on a certain ObservableValue and dispose it once it's not needed anymore.
InvalidationAction(ObservableValue<T>, InvalidationListener) - Constructor for class io.github.palexdev.virtualizedfx.controls.behavior.actions.InvalidationAction
 
inViewportProperty() - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
 
inViewportProperty() - Method in interface io.github.palexdev.virtualizedfx.table.TableColumn
Specifies whether the column is visible in the viewport at any time.
io.github.palexdev.virtualizedfx - package io.github.palexdev.virtualizedfx
 
io.github.palexdev.virtualizedfx.beans - package io.github.palexdev.virtualizedfx.beans
 
io.github.palexdev.virtualizedfx.cell - package io.github.palexdev.virtualizedfx.cell
 
io.github.palexdev.virtualizedfx.controls - package io.github.palexdev.virtualizedfx.controls
 
io.github.palexdev.virtualizedfx.controls.behavior - package io.github.palexdev.virtualizedfx.controls.behavior
 
io.github.palexdev.virtualizedfx.controls.behavior.actions - package io.github.palexdev.virtualizedfx.controls.behavior.actions
 
io.github.palexdev.virtualizedfx.controls.behavior.base - package io.github.palexdev.virtualizedfx.controls.behavior.base
 
io.github.palexdev.virtualizedfx.controls.skins - package io.github.palexdev.virtualizedfx.controls.skins
 
io.github.palexdev.virtualizedfx.enums - package io.github.palexdev.virtualizedfx.enums
 
io.github.palexdev.virtualizedfx.flow - package io.github.palexdev.virtualizedfx.flow
 
io.github.palexdev.virtualizedfx.flow.paginated - package io.github.palexdev.virtualizedfx.flow.paginated
 
io.github.palexdev.virtualizedfx.grid - package io.github.palexdev.virtualizedfx.grid
 
io.github.palexdev.virtualizedfx.grid.paginated - package io.github.palexdev.virtualizedfx.grid.paginated
 
io.github.palexdev.virtualizedfx.table - package io.github.palexdev.virtualizedfx.table
 
io.github.palexdev.virtualizedfx.table.defaults - package io.github.palexdev.virtualizedfx.table.defaults
 
io.github.palexdev.virtualizedfx.table.paginated - package io.github.palexdev.virtualizedfx.table.paginated
 
io.github.palexdev.virtualizedfx.unused.base - package io.github.palexdev.virtualizedfx.unused.base
 
io.github.palexdev.virtualizedfx.unused.simple - package io.github.palexdev.virtualizedfx.unused.simple
 
io.github.palexdev.virtualizedfx.utils - package io.github.palexdev.virtualizedfx.utils
 
isAutoHideBars() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Gets the value of the autoHideBars property.
isButtonsVisible() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Gets the value of the buttonsVisible property.
isButtonsVisible() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Gets the value of the buttonsVisible property.
isColumnsCacheEnabled() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
 
isDragging() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
Gets the value of the dragging property.
isDragging() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Gets the value of the dragging property.
isDragToScroll() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Gets the value of the dragToScroll property.
isEmpty() - Method in class io.github.palexdev.virtualizedfx.beans.VirtualBounds
 
isEmpty() - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
 
isEmpty() - Method in class io.github.palexdev.virtualizedfx.grid.GridState
 
isEmpty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Delegate for Grid.isEmpty()
isEmpty() - Method in class io.github.palexdev.virtualizedfx.table.TableState
 
isEmptyAll() - Method in class io.github.palexdev.virtualizedfx.table.TableState
 
isEnableOverlay() - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
Gets the value of the enableOverlay property.
isFilter - Variable in class io.github.palexdev.virtualizedfx.controls.behavior.actions.EventAction
 
isFilter() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.actions.EventAction
 
isFitToBreadth() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Gets the value of the fitToBreadth property.
isFitToHeight() - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
Deprecated.
Gets the value of the fitToHeight property.
isFitToHeight() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Gets the value of the fitToHeight property.
isFitToWidth() - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
Deprecated.
Gets the value of the fitToWidth property.
isFitToWidth() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Gets the value of the fitToWidth property.
isInitialized() - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
Deprecated.
 
isInViewport() - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
Gets the value of the inViewport property.
isInViewport() - Method in interface io.github.palexdev.virtualizedfx.table.TableColumn
Gets the value of the inViewport property.
isNeedsViewportLayout() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Gets the value of the needsViewportLayout property.
isNeedsViewportLayout() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Gets the value of the needsViewportLayout property.
isNeedsViewportLayout() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
Gets the value of the needsViewportLayout property.
isOverlayOnHeader() - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
Gets the value of the overlayOnHeader property.
isProcessingChange() - Method in class io.github.palexdev.virtualizedfx.table.TableManager
 
isProcessingChange() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
Specifies whether a change is being processed by TableManager.onChange(ListChangeListener.Change).
isSmoothScroll() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Gets the value of the smoothScroll property.
isSmoothScroll() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Gets the value of the smoothScroll property.
isTrackSmoothScroll() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Gets the value of the trackSmoothScroll property.
isTrackSmoothScroll() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Gets the value of the trackSmoothScroll property.
isUpdateRequested() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
 
isViewportFull() - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
 
isVisible() - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
 
itemProperty() - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
Specifies the item represented by this cell.
itemsChanged() - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
Deprecated.
Called when the items list changes, if the list has been cleared calls CellsManager.clear() and then exits.
itemsEmpty() - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
 
itemsEmpty() - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
 
itemsNum() - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
 
itemsProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Specifies the ObservableList used to store the items.
itemsProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Specifies the ObservableGrid used to store the items.
itemsProperty() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
Specifies the items list.
itemsProperty() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Property for the items list.
itemToCell(T) - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
Converts the given item to a cell using VirtualFlow.cellFactoryProperty().
A B C D E F G H I L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values