public class PaginationV2Builder extends Object implements javafx.util.Builder<PaginationV2>
| Modifier and Type | Field and Description |
|---|---|
private javafx.beans.property.StringProperty |
backButtonLabel |
private javafx.beans.property.ObjectProperty<javafx.scene.Node> |
backButtonNode |
private javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.text.Font> |
centeredFont |
private javafx.beans.property.DoubleProperty |
contentMaxHeight |
private javafx.beans.property.DoubleProperty |
contentMaxWidth |
private javafx.beans.property.ObjectProperty<javafx.event.EventHandler<javafx.scene.input.MouseEvent>> |
firstLastPageAction |
private javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.text.Font> |
headerFont |
private javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.text.Font> |
navigationLabelFont |
private javafx.beans.property.StringProperty |
nextButtonLabel |
private javafx.beans.property.ObjectProperty<javafx.scene.Node> |
nextButtonNode |
private javafx.beans.property.ObjectProperty<javafx.geometry.Insets> |
paddingLocal |
private javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.text.Font> |
paragraphFont |
private javafx.beans.property.ObjectProperty<ch.sahits.game.openpatrician.util.model.Text> |
text |
private boolean |
withPolygonShading |
| Modifier | Constructor and Description |
|---|---|
private |
PaginationV2Builder() |
| Modifier and Type | Method and Description |
|---|---|
PaginationV2Builder |
backButtonLabel(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(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.util.model.Text text) |
private javafx.beans.property.DoubleProperty contentMaxWidth
private javafx.beans.property.DoubleProperty contentMaxHeight
private javafx.beans.property.ObjectProperty<javafx.geometry.Insets> paddingLocal
private javafx.beans.property.StringProperty backButtonLabel
private javafx.beans.property.StringProperty nextButtonLabel
private javafx.beans.property.ObjectProperty<ch.sahits.game.openpatrician.util.model.Text> text
private javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.text.Font> navigationLabelFont
private javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.text.Font> headerFont
private javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.text.Font> centeredFont
private javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.text.Font> paragraphFont
private javafx.beans.property.ObjectProperty<javafx.scene.Node> backButtonNode
private javafx.beans.property.ObjectProperty<javafx.scene.Node> nextButtonNode
private javafx.beans.property.ObjectProperty<javafx.event.EventHandler<javafx.scene.input.MouseEvent>> firstLastPageAction
private boolean withPolygonShading
public static PaginationV2Builder create()
public PaginationV2Builder contentMaxWidth(double width)
width - public PaginationV2Builder contentMaxWidth(javafx.beans.property.DoubleProperty width)
width - public PaginationV2Builder contentMaxHeight(double height)
height - public PaginationV2Builder contentMaxHeight(javafx.beans.property.DoubleProperty height)
height - public PaginationV2Builder padding(javafx.geometry.Insets insets)
public PaginationV2Builder backButtonLabel(String backButtonLabel)
public PaginationV2Builder nextButtonLabel(String nextButtonLabel)
public PaginationV2Builder text(ch.sahits.game.openpatrician.util.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-2015 Sahits GmbH. All Rights Reserved.