@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class GridPaneBuilder<B extends GridPaneBuilder<B>> extends PaneBuilder<B>
GridPane
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Pos |
alignment
Deprecated.
|
private java.util.Collection<? extends ColumnConstraints> |
columnConstraints
Deprecated.
|
private boolean |
gridLinesVisible
Deprecated.
|
private double |
hgap
Deprecated.
|
private java.util.Collection<? extends RowConstraints> |
rowConstraints
Deprecated.
|
private double |
vgap
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
GridPaneBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
B |
alignment(Pos x)
Deprecated.
Set the value of the
alignment property for the instance constructed by this builder. |
void |
applyTo(GridPane x)
Deprecated.
|
GridPane |
build()
Deprecated.
Make an instance of
GridPane based on the properties set on this builder. |
B |
columnConstraints(java.util.Collection<? extends ColumnConstraints> x)
Deprecated.
Add the given items to the List of items in the
columnConstraints property for the instance constructed by this builder. |
B |
columnConstraints(ColumnConstraints... x)
Deprecated.
Add the given items to the List of items in the
columnConstraints property for the instance constructed by this builder. |
static GridPaneBuilder<?> |
create()
Deprecated.
Creates a new instance of GridPaneBuilder.
|
B |
gridLinesVisible(boolean x)
Deprecated.
Set the value of the
gridLinesVisible property for the instance constructed by this builder. |
B |
hgap(double x)
Deprecated.
Set the value of the
hgap property for the instance constructed by this builder. |
B |
rowConstraints(java.util.Collection<? extends RowConstraints> x)
Deprecated.
Add the given items to the List of items in the
rowConstraints property for the instance constructed by this builder. |
B |
rowConstraints(RowConstraints... x)
Deprecated.
Add the given items to the List of items in the
rowConstraints property for the instance constructed by this builder. |
B |
vgap(double x)
Deprecated.
Set the value of the
vgap property for the instance constructed by this builder. |
applyTo, children, children
applyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixel
applyTo, stylesheets, stylesheets
applyTo, 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, visible
private int __set
private Pos alignment
private java.util.Collection<? extends ColumnConstraints> columnConstraints
private boolean gridLinesVisible
private double hgap
private java.util.Collection<? extends RowConstraints> rowConstraints
private double vgap
public static GridPaneBuilder<?> create()
public void applyTo(GridPane x)
public B alignment(Pos x)
alignment
property for the instance constructed by this builder.public B columnConstraints(java.util.Collection<? extends ColumnConstraints> x)
columnConstraints
property for the instance constructed by this builder.public B columnConstraints(ColumnConstraints... x)
columnConstraints
property for the instance constructed by this builder.public B gridLinesVisible(boolean x)
gridLinesVisible
property for the instance constructed by this builder.public B hgap(double x)
hgap
property for the instance constructed by this builder.public B rowConstraints(java.util.Collection<? extends RowConstraints> x)
rowConstraints
property for the instance constructed by this builder.public B rowConstraints(RowConstraints... x)
rowConstraints
property for the instance constructed by this builder.public B vgap(double x)
vgap
property for the instance constructed by this builder.public GridPane build()
GridPane
based on the properties set on this builder.build
in interface Builder<Region>
build
in class PaneBuilder<B extends GridPaneBuilder<B>>