java.lang.Object
io.github.palexdev.materialfx.builders.layout.NodeBuilder<P>
io.github.palexdev.materialfx.builders.layout.ParentBuilder<R>
io.github.palexdev.materialfx.builders.layout.RegionBuilder<C>
io.github.palexdev.materialfx.builders.base.ControlBuilder<MFXPagination>
io.github.palexdev.materialfx.builders.control.PaginationBuilder
- All Implemented Interfaces:
INodeBuilder<MFXPagination>
-
Field Summary
Fields inherited from class io.github.palexdev.materialfx.builders.layout.NodeBuilder
node -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PaginationBuilderstatic PaginationBuilderpagination(MFXPagination pagination) setCurrentPage(int currentPage) setEllipseString(String ellipseString) setIndexesSupplier(Supplier<List<Integer>> indexesSupplier) setMaxPage(int maxPage) setOrientation(Orientation orientation) setPageCellFactory(Function<Integer, MFXPage> pageCellFactory) setPagesToShow(int pagesToShow) setShowPopupForTruncatedPages(boolean showPopupForTruncatedPages) Methods inherited from class io.github.palexdev.materialfx.builders.base.ControlBuilder
control, setContextMenu, setSkin, setTooltipMethods inherited from class io.github.palexdev.materialfx.builders.layout.RegionBuilder
region, region, setBackground, setBorder, setCacheShape, setCenterShape, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, setMinWidth, setPadding, setPrefHeight, setPrefSize, setPrefWidth, setScaleShape, setShape, setSnapToPixelMethods inherited from class io.github.palexdev.materialfx.builders.layout.ParentBuilder
addStylesheets, parent, requestLayout, setStylesheetsMethods inherited from class io.github.palexdev.materialfx.builders.layout.NodeBuilder
addEventFilter, addEventHandler, addStyleClasses, autosize, getNode, node, pseudoClassStateChanged, relocate, removeEventFilter, removeEventHandler, requestFocus, resize, resizeRelocate, setCache, setCacheHint, setClip, setCursor, setDisable, setEffect, setFocusTraversable, setId, setManaged, setMouseTransparent, setNodeOrientation, setOpacity, setRotate, setScaleX, setScaleY, setScaleZ, setStyle, setStyleClasses, setTranslateX, setTranslateY, setTranslateZ, setViewOrder, setVisible
-
Constructor Details
-
PaginationBuilder
public PaginationBuilder() -
PaginationBuilder
-
-
Method Details
-
pagination
-
pagination
-
setCurrentPage
-
setMaxPage
-
setPagesToShow
-
setIndexesSupplier
-
setPageCellFactory
-
setEllipseString
-
setOrientation
-
setShowPopupForTruncatedPages
-