@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class PaginationBuilder<B extends PaginationBuilder<B>> extends ControlBuilder<B> implements Builder<Pagination>
Pagination| Modifier | Constructor and Description |
|---|---|
protected |
PaginationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Pagination x) |
Pagination |
build()
Make an instance of
Pagination based on the properties set on this builder. |
static PaginationBuilder<?> |
create()
Creates a new instance of PaginationBuilder.
|
B |
currentPageIndex(int x)
Set the value of the
currentPageIndex property for the instance constructed by this builder. |
B |
maxPageIndicatorCount(int x)
Set the value of the
maxPageIndicatorCount property for the instance constructed by this builder. |
B |
pageCount(int x)
Set the value of the
pageCount property for the instance constructed by this builder. |
B |
pageFactory(Callback<java.lang.Integer,Node> x)
Set the value of the
pageFactory property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltipapplyTo, stylesheets, stylesheetsapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic static PaginationBuilder<?> create()
public void applyTo(Pagination x)
public B currentPageIndex(int x)
currentPageIndex property for the instance constructed by this builder.public B maxPageIndicatorCount(int x)
maxPageIndicatorCount property for the instance constructed by this builder.public B pageCount(int x)
pageCount property for the instance constructed by this builder.public B pageFactory(Callback<java.lang.Integer,Node> x)
pageFactory property for the instance constructed by this builder.public Pagination build()
Pagination based on the properties set on this builder.build in interface Builder<Pagination>Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.