javafx.util.Builder<PaginationV2>public class PaginationV2Builder extends java.lang.Object implements javafx.util.Builder<PaginationV2>
| Modifier and Type | Method | Description |
|---|---|---|
PaginationV2Builder |
backButtonLabel(java.lang.String backButtonLabel) |
|
PaginationV2Builder |
backButtonNode(javafx.scene.Node backButtonNode) |
|
PaginationV2 |
build() |
|
PaginationV2Builder |
centeredFont(javafx.scene.text.Font font) |
|
PaginationV2Builder |
contentMaxHeight(double height) |
Define the max width for the content.
|
PaginationV2Builder |
contentMaxHeight(javafx.beans.property.DoubleProperty height) |
Define the max width for the content.
|
PaginationV2Builder |
contentMaxWidth(double width) |
Define the max width for the content.
|
PaginationV2Builder |
contentMaxWidth(javafx.beans.property.DoubleProperty width) |
Define the max width for the content.
|
static PaginationV2Builder |
create() |
|
PaginationV2Builder |
firstLastPageAction(javafx.event.EventHandler<javafx.scene.input.MouseEvent> firstLastPageAction) |
|
PaginationV2Builder |
headerFont(javafx.scene.text.Font font) |
|
PaginationV2Builder |
navigationLabelFont(javafx.scene.text.Font font) |
|
PaginationV2Builder |
nextButtonLabel(java.lang.String nextButtonLabel) |
|
PaginationV2Builder |
nextButtonNode(javafx.scene.Node nextButtonNode) |
|
PaginationV2Builder |
padding(javafx.geometry.Insets insets) |
|
PaginationV2Builder |
paragraphFont(javafx.scene.text.Font font) |
|
PaginationV2Builder |
text(ch.sahits.game.openpatrician.utilities.model.Text text) |
public static PaginationV2Builder create()
public PaginationV2Builder contentMaxWidth(double width)
width - max width of the pagination containerpublic PaginationV2Builder contentMaxWidth(javafx.beans.property.DoubleProperty width)
width - of the pagination containerpublic PaginationV2Builder contentMaxHeight(double height)
height - max height of the pagination containerpublic PaginationV2Builder contentMaxHeight(javafx.beans.property.DoubleProperty height)
height - conent height of the pagination containerpublic PaginationV2Builder padding(javafx.geometry.Insets insets)
public PaginationV2Builder backButtonLabel(java.lang.String backButtonLabel)
public PaginationV2Builder nextButtonLabel(java.lang.String nextButtonLabel)
public PaginationV2Builder text(ch.sahits.game.openpatrician.utilities.model.Text text)
public PaginationV2Builder navigationLabelFont(javafx.scene.text.Font font)
public PaginationV2Builder headerFont(javafx.scene.text.Font font)
public PaginationV2Builder paragraphFont(javafx.scene.text.Font font)
public PaginationV2Builder centeredFont(javafx.scene.text.Font font)
public PaginationV2Builder backButtonNode(javafx.scene.Node backButtonNode)
public PaginationV2Builder nextButtonNode(javafx.scene.Node nextButtonNode)
public PaginationV2Builder firstLastPageAction(javafx.event.EventHandler<javafx.scene.input.MouseEvent> firstLastPageAction)
public PaginationV2 build()
build in interface javafx.util.Builder<PaginationV2>Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.