Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- scroll(ScrollEvent) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Action performed when a
ScrollEventoccurs. - SCROLL - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.UpdateType
-
Indicates that the state has been created after a scroll request
- scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
- scrollBy(double) - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
-
Scrolls in the viewport by the given amount of pixels.
- scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
- scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedHorizontalHelper
-
This is unsupported as the
PaginatedVirtualFlowcan only scroll to certain pixel values, given by the pages. - scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
-
This is unsupported as the
PaginatedVirtualFlowcan only scroll to certain pixel values, given by the pages. - scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Tells the current
VirtualFlow.orientationHelperProperty()to scroll by the given amount of pixels. - scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Scrolls the flow by the given amount of pixels.
- scrollBy(double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.Scrolls the flow by the given amount of pixels.
- scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Scrolls the flow by the given amount of pixels.
- scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Scrolls by the given amount of pixels.
- scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- scrollBy(double, Orientation) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Scrolls the viewport by the given amount of pixels.
- scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
-
This is unsupported as the
PaginatedVirtualGridcan only scroll to certain pixel values, given by the pages. - scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls by the given amount of pixels in the given direction.
- ScrollPaneEnums - Class in io.github.palexdev.virtualizedfx.enums
-
Convenience class that contains several enumerators for scroll panes.
- ScrollPaneEnums.HBarPos - Enum Class in io.github.palexdev.virtualizedfx.enums
-
Enumeration to specify the position of the horizontal scroll bar in a scroll pane.
- ScrollPaneEnums.LayoutMode - Enum Class in io.github.palexdev.virtualizedfx.enums
-
Enumeration to define the layout strategy for a scroll pane.
- ScrollPaneEnums.ScrollBarPolicy - Enum Class in io.github.palexdev.virtualizedfx.enums
-
Enumeration to define the visibility of a scroll pane's scroll bars.
- ScrollPaneEnums.VBarPos - Enum Class in io.github.palexdev.virtualizedfx.enums
-
Enumeration to specify the position of the vertical scroll bar in a scroll pane.
- scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- scrollTo(double, Orientation) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Scrolls the viewport to the given pixel value.
- scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
-
This is unsupported as the
PaginatedVirtualGridcan only scroll to certain pixel values, given by the pages. - scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the given pixel value in the given direction.
- scrollTo(int) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Scrolls the flow to the given cell index.
- scrollTo(int) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.Scrolls the flow to the given cell index.
- scrollTo(int) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Scrolls the flow to the given cell index.
- scrollTo(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Scrolls to the given cell index.
- scrollToColumn(int) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- scrollToColumn(int) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Scrolls the viewport to the given column index.
- scrollToColumn(int) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the given column index.
- scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the
PaginatedVirtualFlow.currentPageProperty()to 1. - scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Tells the current
VirtualFlow.orientationHelperProperty()to scroll to the first cell. - scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Calls
OrientationHelper.HorizontalHelper.scrollTo(int)with 0 as argument. - scrollToFirst() - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.Scrolls the flow to the first cell.
- scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Calls
OrientationHelper.VerticalHelper.scrollTo(int)with 0 as argument. - scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Scrolls to the first cell.
- scrollToFirstColumn() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the first columns.
- scrollToFirstRow() - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
The paginated grid cannot scroll to a desired row.
- scrollToFirstRow() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the first row.
- scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
- scrollToIndex(int) - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
-
Scrolls in the viewport to the given item's index.
- scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
- scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedHorizontalHelper
-
Basically the same as
PaginatedHelper.PaginatedHorizontalHelper.goToPage(int), the index parameter is always clamped between 1 andPaginatedVirtualFlow.maxPageProperty(). - scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
-
Basically the same as
PaginatedHelper.PaginatedVerticalHelper.goToPage(int), the index parameter is always clamped between 1 andPaginatedVirtualFlow.maxPageProperty(). - scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Tells the current
VirtualFlow.orientationHelperProperty()to scroll to the given cell index. - scrollToLast() - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
- scrollToLast() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Tells the current
VirtualFlow.orientationHelperProperty()to scroll to the last cell. - scrollToLast() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Calls
OrientationHelper.HorizontalHelper.scrollTo(int)with items size - 1 as argument. - scrollToLast() - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.Scrolls the flow to the last cell.
- scrollToLast() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Calls
OrientationHelper.VerticalHelper.scrollTo(int)with items size - 1 as argument. - scrollToLast() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Scrolls to the last cell.
- scrollToLastColumn() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the last column.
- scrollToLastRow() - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
The paginated grid cannot scroll to a desired row.
- scrollToLastRow() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the last row.
- scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
- scrollToPixel(double) - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
-
Scrolls in the viewport to the given pixel value.
- scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
- scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedHorizontalHelper
-
This is unsupported as the
PaginatedVirtualFlowcan only scroll to certain pixel values, given by the pages. - scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
-
This is unsupported as the
PaginatedVirtualFlowcan only scroll to certain pixel values, given by the pages. - scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Tells the current
VirtualFlow.orientationHelperProperty()to scroll to the given pixel. - scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Scrolls the flow to the given pixel value.
- scrollToPixel(double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.Scrolls the flow to the given pixel value.
- scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Scrolls the flow to the given pixel value.
- scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Scrolls to the given pixel value.
- scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- scrollToRow(int) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Scrolls the viewport to the given row index.
- scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
-
This is unsupported as the
PaginatedVirtualGridcan only scroll to certain pixel values, given by the pages. - scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the given row index.
- setAutoHideBars(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
autoHideBarsproperty. - setBehavior(B) - Method in interface io.github.palexdev.virtualizedfx.controls.behavior.base.MFXBehavioral
-
Sets the value of the
behaviorproperty. - setBehavior(MFXScrollBarBehavior) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
behaviorproperty. - setButtonsGap(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
buttonsGapproperty. - setButtonsGap(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
buttonsGapproperty. - setButtonsVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
buttonsVisibleproperty. - setButtonsVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
buttonsVisibleproperty. - setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.table.cells.TableColumn
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.table.SimpleTableColumn
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.table2.cells.Column
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.table3.Column
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.table3.components.DefaultColumn
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.table4.Column
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.table4.components.DefaultColumn
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the function used to build a Cell from an object of type T.
- setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the function used to build a Cell from an object of type T.
- setCellHeight(double) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Sets the value of the
cellHeightproperty. - setCellHeight(double) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
cellHeightproperty. - setCellHeight(double) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
cellHeightproperty. - setCellsChanged(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
- setCellsChanged(boolean) - Method in class io.github.palexdev.virtualizedfx.table3.ColumnState
- setCellSize(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
cellSizeproperty. - setCellSize(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
cellSizeproperty. - setCellSize(Size) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
cellSizeproperty. - setCellsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the value of the
cellsPerPageproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
clipBorderRadiusproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
clipBorderRadiusproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
clipBorderRadiusproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
clipBorderRadiusproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
clipBorderRadiusproperty. - setColumnHeight(double) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
- setColumnSize(Size) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
columnSizeproperty. - setColumnSize(Size) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Sets the value of the
columnSizeproperty. - setColumnSize(Size) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
columnSizeproperty. - setColumnSize(Size) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
columnSizeproperty. - setColumnsLayoutMode(ColumnsLayoutMode) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
columnsLayoutModeproperty. - setColumnsLayoutMode(ColumnsLayoutMode) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
columnsLayoutModeproperty. - setColumnWidth(double) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
- setComparator(Comparator<T>) - Method in interface io.github.palexdev.virtualizedfx.table.cells.TableColumn
-
Sets the value of the
comparatorproperty. - setComparator(Comparator<T>) - Method in class io.github.palexdev.virtualizedfx.table.SimpleTableColumn
-
Sets the value of the
comparatorproperty. - setComparator(Comparator<T>) - Method in interface io.github.palexdev.virtualizedfx.table3.Column
-
Sets the value of the
comparatorproperty. - setComparator(Comparator<T>) - Method in class io.github.palexdev.virtualizedfx.table3.components.DefaultColumn
-
Sets the value of the
comparatorproperty. - setComparator(Comparator<T>) - Method in interface io.github.palexdev.virtualizedfx.table4.Column
-
Sets the value of the
comparatorproperty. - setComparator(Comparator<T>) - Method in class io.github.palexdev.virtualizedfx.table4.components.DefaultColumn
-
Sets the value of the
comparatorproperty. - setContent(Node) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
contentproperty. - setContentBounds(VirtualBounds) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
contentBoundsproperty. - setConverter(Function<E, String>) - Method in interface io.github.palexdev.virtualizedfx.cell.MappingTableCell
- setConverter(Function<O, String>) - Method in interface io.github.palexdev.virtualizedfx.table.cells.MappingTableCell
- setConverter(StringConverter<E>) - Method in interface io.github.palexdev.virtualizedfx.cell.MappingTableCell
- setConverter(StringConverter<E>) - Method in class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
- setConverter(StringConverter<E>) - Method in class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
- setConverter(StringConverter<O>) - Method in interface io.github.palexdev.virtualizedfx.table.cells.MappingTableCell
- setConverter(StringConverter<O>) - Method in class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
- setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the value of the
currentPageproperty. - setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
currentPageproperty. - setDirection(ScrollUtils.ScrollDirection) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Sets the value of the
directionproperty. - setDragging(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Sets the value of the
draggingproperty. - setDragToScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
dragToScrollproperty. - setExtractor(Function<T, E>) - Method in interface io.github.palexdev.virtualizedfx.cell.MappingTableCell
- setExtractor(Function<T, E>) - Method in class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
- setExtractor(Function<T, E>) - Method in class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
- setExtractor(Function<T, O>) - Method in interface io.github.palexdev.virtualizedfx.table.cells.MappingTableCell
- setExtractor(Function<T, O>) - Method in class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
- setFitToBreadth(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
fitToBreadthproperty. - setFitToHeight(boolean) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the value of the
fitToHeightproperty. - setFitToHeight(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the value of the
fitToHeightproperty. - setFitToWidth(boolean) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the value of the
fitToWidthproperty. - setFitToWidth(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the value of the
fitToWidthproperty. - setGridHelper(GridHelper) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
gridHelperproperty. - setGridHelperSupplier(Supplier<GridHelper>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
gridHelperSupplierproperty. - setHBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarBehaviorproperty. - setHBarOffset(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarOffsetproperty. - setHBarPadding(Insets) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarPaddingproperty. - setHBarPolicy(ScrollPaneEnums.ScrollBarPolicy) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarPolicyproperty. - setHBarPos(ScrollPaneEnums.HBarPos) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarPosproperty. - setHMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hMaxproperty. - setHMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hMinproperty. - setHorizontalPosition(double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the horizontal scroll bar's value
- setHorizontalPosition(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the horizontal scroll bar's value
- setHPos(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
hPosproperty. - setHPos(double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Shortcut for
VirtualGrid.setPosition(double, double), which uses the current vPos as the y value for the newPositionobject. - setHPos(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double), which uses the current vPos as the y value for the newPositionobject. - setHPos(double) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double), which uses the current vPos as the y value for the newPositionobject. - setHPos(double) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double), which uses the current vPos as the y value for the newPositionobject. - setHPos(double) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double), which uses the current vPos as the y value for the newPositionobject. - setHSpeed(double, double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the horizontal scroll bar speeds.
- setHSpeed(VirtualScrollPane, double, double, double) - Static method in class io.github.palexdev.virtualizedfx.utils.VSPUtils
-
Sets the horizontal scroll speed for the given
VirtualScrollPane. - setHTrackIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hTrackIncrementproperty. - setHUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hUnitIncrementproperty. - setHVal(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hValproperty. - setIndex(int) - Method in class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
-
Sets the value of the
indexproperty. - setIndex(int) - Method in class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
-
Sets the value of the
indexproperty. - setIndex(int) - Method in class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
-
Sets the value of the
indexproperty. - setInitialized(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Sets the init state of the LayoutManager
- setItem(T) - Method in class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
-
Sets the value of the
itemproperty. - setItem(T) - Method in class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
-
Sets the value of the
itemproperty. - setItem(T) - Method in class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
-
Sets the value of the
itemproperty. - setItems(ObservableGrid<T>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
itemsproperty. - setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
itemsproperty. - setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
itemsproperty. - setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Sets the value of the
itemsproperty. - setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
itemsproperty. - setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
itemsproperty. - setItems(ObservableList<T>) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Replaces the items list with the given one.
- setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Replaces the items list with the given one.
- setLastColumnsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
-
Sets the value of the
lastColumnsRangeproperty. - setLastColumnsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table3.ViewportManager
-
Sets the value of the
lastColumnsRangeproperty. - setLastColumnsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table4.ViewportManager
-
Sets the value of the
lastColumnsRangeproperty. - setLastRange(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
Sets the value of the
lastRangeproperty. - setLastRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table.ViewportManager
-
Sets the value of the
lastRangeproperty. - setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
-
Sets the value of the
lastRowsRangeproperty. - setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table3.ViewportManager
-
Sets the value of the
lastRowsRangeproperty. - setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table4.ViewportManager
-
Sets the value of the
lastRowsRangeproperty. - setLayoutMode(ScrollPaneEnums.LayoutMode) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
layoutModeproperty. - setMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
maxproperty. - setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the value of the
maxPageproperty. - setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
maxPageproperty. - setMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
minproperty. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
needsViewportLayoutproperty. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
needsViewportLayoutproperty. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
needsViewportLayoutproperty. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
needsViewportLayoutproperty. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
needsViewportLayoutproperty. - setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
orientationproperty. - setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
orientationproperty. - setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
orientationproperty. - setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the orientation of the VirtualFlow.
- setOrientationHelper(OrientationHelper) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
orientationHelperproperty. - setOrientationHelperFactory(Function<Orientation, OrientationHelper>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
orientationHelperFactoryproperty. - setPosition(double, double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Convenience method, alternative to
VirtualGrid.setPosition(Position). - setPosition(double, double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Convenience method, alternative to
VirtualTable.setPosition(Position). - setPosition(double, double) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Convenience method, alternative to
VirtualTable.setPosition(Position). - setPosition(double, double) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Convenience method, alternative to
VirtualTable.setPosition(Position). - setPosition(double, double) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Convenience method, alternative to
VirtualTable.setPosition(Position). - setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
positionproperty. - setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
positionproperty. - setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Sets the value of the
positionproperty. - setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
positionproperty. - setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
positionproperty. - setReusablePositions(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
- setReusablePositions(boolean) - Method in class io.github.palexdev.virtualizedfx.table.ColumnState
- setReusablePositions(boolean) - Method in class io.github.palexdev.virtualizedfx.table3.ColumnState
- setReusablePositions(boolean) - Method in class io.github.palexdev.virtualizedfx.table4.TableRow
- setRowsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
rowsPerPageproperty. - setSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
smoothScrollproperty. - setSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
smoothScrollproperty. - setSortState(SortState) - Method in interface io.github.palexdev.virtualizedfx.table.cells.TableColumn
-
Sets the value of the
sortStateproperty. - setSortState(SortState) - Method in class io.github.palexdev.virtualizedfx.table.SimpleTableColumn
-
Sets the value of the
sortStateproperty. - setSortState(SortState) - Method in interface io.github.palexdev.virtualizedfx.table3.Column
-
Sets the value of the
sortStateproperty. - setSortState(SortState) - Method in class io.github.palexdev.virtualizedfx.table3.components.DefaultColumn
-
Sets the value of the
sortStateproperty. - setSortState(SortState) - Method in interface io.github.palexdev.virtualizedfx.table4.Column
-
Sets the value of the
sortStateproperty. - setSortState(SortState) - Method in class io.github.palexdev.virtualizedfx.table4.components.DefaultColumn
-
Sets the value of the
sortStateproperty. - setState(FlowState<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
Sets the value of the
stateproperty. - setState(GridState<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
-
Sets the value of the
stateproperty. - setState(TableState<T>) - Method in class io.github.palexdev.virtualizedfx.table.ViewportManager
-
Sets the value of the
stateproperty. - setState(TableState<T>) - Method in class io.github.palexdev.virtualizedfx.table3.ViewportManager
-
Sets the value of the
stateproperty. - setState(TableState<T>) - Method in class io.github.palexdev.virtualizedfx.table4.ViewportManager
-
Sets the value of the
stateproperty. - setTableHelper(TableHelper) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
tableHelperproperty. - setTableHelper(TableHelper) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Sets the value of the
tableHelperproperty. - setTableHelper(TableHelper) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
tableHelperproperty. - setTableHelper(TableHelper) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
tableHelperproperty. - setTableHelperSupplier(Supplier<TableHelper>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
tableHelperSupplierproperty. - setTableHelperSupplier(Supplier<TableHelper>) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Sets the value of the
tableHelperSupplierproperty. - setTableHelperSupplier(Supplier<TableHelper>) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Sets the value of the
tableHelperSupplierproperty. - setTableHelperSupplier(Supplier<TableHelper>) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Sets the value of the
tableHelperSupplierproperty. - setTrackIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
trackIncrementproperty. - setTrackSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
trackSmoothScrollproperty. - setTrackSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
trackSmoothScrollproperty. - setUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
unitIncrementproperty. - setValue(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
valueproperty. - setVBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarBehaviorproperty. - setVBarOffset(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarOffsetproperty. - setVBarPadding(Insets) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarPaddingproperty. - setVBarPolicy(ScrollPaneEnums.ScrollBarPolicy) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarPolicyproperty. - setVBarPos(ScrollPaneEnums.VBarPos) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarPosproperty. - setVerticalPosition(double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the vertical scroll bar's value
- setVerticalPosition(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the vertical scroll bar's value
- setVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
-
Responsible for showing/hiding the cells of this row.
- setVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.table.ColumnState
- setVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.table3.ColumnState
- setVMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vMaxproperty. - setVMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vMinproperty. - setVPos(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
vPosproperty. - setVPos(double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Shortcut for
VirtualGrid.setPosition(double, double), which uses the current hPos as the x value for the newPositionobject. - setVPos(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double), which uses the current hPos as the x value for the newPositionobject. - setVPos(double) - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double), which uses the current hPos as the x value for the newPositionobject. - setVPos(double) - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double), which uses the current hPos as the x value for the newPositionobject. - setVPos(double) - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double), which uses the current hPos as the x value for the newPositionobject. - setVSpeed(double, double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the vertical scroll bar speeds.
- setVSpeed(VirtualScrollPane, double, double, double) - Static method in class io.github.palexdev.virtualizedfx.utils.VSPUtils
-
Sets the vertical scroll speed for the given
VirtualScrollPane. - setVTrackIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vTrackIncrementproperty. - setVUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vUnitIncrementproperty. - setVVal(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vValproperty. - SimpleTableCell<T,
O> - Class in io.github.palexdev.virtualizedfx.table.cells - SimpleTableCell<T,
E> - Class in io.github.palexdev.virtualizedfx.table3.components - SimpleTableCell<T,
E> - Class in io.github.palexdev.virtualizedfx.table4.components - SimpleTableCell(T, Function<T, E>) - Constructor for class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
- SimpleTableCell(T, Function<T, E>) - Constructor for class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
- SimpleTableCell(T, Function<T, E>, StringConverter<E>) - Constructor for class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
- SimpleTableCell(T, Function<T, E>, StringConverter<E>) - Constructor for class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
- SimpleTableCell(T, Function<T, O>) - Constructor for class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
- SimpleTableCell(T, Function<T, O>, StringConverter<O>) - Constructor for class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
- SimpleTableColumn<T,
C extends TableCell<T>> - Class in io.github.palexdev.virtualizedfx.table - SimpleTableColumn(VirtualTable<T>) - Constructor for class io.github.palexdev.virtualizedfx.table.SimpleTableColumn
- SimpleTableColumn(VirtualTable<T>, String) - Constructor for class io.github.palexdev.virtualizedfx.table.SimpleTableColumn
- SimpleVirtualFlow<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.unused.simple -
Deprecated.
- SimpleVirtualFlow() - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.
- SimpleVirtualFlow(ObjectProperty<ObservableList<T>>, Function<T, C>, Orientation) - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.
- SimpleVirtualFlow(ObservableList<T>, Function<T, C>, Orientation) - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.
- SimpleVirtualFlow.Builder - Class in io.github.palexdev.virtualizedfx.unused.simple
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SimpleVirtualFlow.Features - Class in io.github.palexdev.virtualizedfx.unused.simple
-
Deprecated.Helper class to manage extra features of the VirtualFlow.
- SimpleVirtualFlowContainer<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.unused.simple -
Deprecated.
- SimpleVirtualFlowContainer(SimpleVirtualFlow<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.
- size() - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
- size() - Method in class io.github.palexdev.virtualizedfx.grid.GridState
- size() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Delegate for
Grid.size() - size() - Method in class io.github.palexdev.virtualizedfx.table.ColumnState
- size() - Method in class io.github.palexdev.virtualizedfx.table.TableState
- size() - Method in class io.github.palexdev.virtualizedfx.table3.ColumnState
- size() - Method in class io.github.palexdev.virtualizedfx.table3.TableState
- size() - Method in class io.github.palexdev.virtualizedfx.table4.TableRow
- size() - Method in class io.github.palexdev.virtualizedfx.table4.TableState
- smoothScroll(int) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
This is called by
MFXScrollBarBehavior.scroll(ScrollEvent)if the smooth scroll feature is enabled. - smoothScrollProperty() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Specifies whether the scrolling should be smooth, done by animations.
- smoothScrollProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies whether the scrolling should be smooth, done by animations.
- SortState - Enum Class in io.github.palexdev.virtualizedfx.enums
- sortStateProperty() - Method in interface io.github.palexdev.virtualizedfx.table.cells.TableColumn
- sortStateProperty() - Method in class io.github.palexdev.virtualizedfx.table.SimpleTableColumn
- sortStateProperty() - Method in interface io.github.palexdev.virtualizedfx.table3.Column
- sortStateProperty() - Method in class io.github.palexdev.virtualizedfx.table3.components.DefaultColumn
- sortStateProperty() - Method in interface io.github.palexdev.virtualizedfx.table4.Column
- sortStateProperty() - Method in class io.github.palexdev.virtualizedfx.table4.components.DefaultColumn
- stateProperty() - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
Specifies the current state of the viewport as a
FlowStateobject. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Specifies the current
FlowStatewhich describes the state of the viewport. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
-
Keeps the
GridStateobject which represents the current state of the viewport. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Carries the last
GridStateobject which represents the current state of the viewport. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.table.ViewportManager
- stateProperty() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
- stateProperty() - Method in class io.github.palexdev.virtualizedfx.table3.ViewportManager
- stateProperty() - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
- stateProperty() - Method in class io.github.palexdev.virtualizedfx.table4.ViewportManager
- stateProperty() - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
- stopAnimations() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Stops any currently playing animation, including: smooth scroll animations, hold animation (those responsible for detecting mouse press and hold), and any other scroll animation (typically the ones created inside hold animations)
- supplyCells(int, int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Creates new cells from the given
fromindex, keeps creating cells until the cell pool size has reachedtargetSize, new cells are also added to the container.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form