Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class GridPaneBuilder<B extends GridPaneBuilder<B>> extends PaneBuilder<B>
GridPane
Modifier | Constructor and Description |
---|---|
protected |
GridPaneBuilder() |
Modifier and Type | Method and Description |
---|---|
B |
alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
void |
applyTo(GridPane x) |
GridPane |
build()
Make an instance of
GridPane based on the properties set on this builder. |
B |
columnConstraints(java.util.Collection<? extends ColumnConstraints> x)
Add the given items to the List of items in the
columnConstraints property for the instance constructed by this builder. |
B |
columnConstraints(ColumnConstraints... x)
Add the given items to the List of items in the
columnConstraints property for the instance constructed by this builder. |
static GridPaneBuilder<?> |
create()
Creates a new instance of GridPaneBuilder.
|
B |
gridLinesVisible(boolean x)
Set the value of the
gridLinesVisible property for the instance constructed by this builder. |
B |
hgap(double x)
Set the value of the
hgap property for the instance constructed by this builder. |
B |
rowConstraints(java.util.Collection<? extends RowConstraints> x)
Add the given items to the List of items in the
rowConstraints property for the instance constructed by this builder. |
B |
rowConstraints(RowConstraints... x)
Add the given items to the List of items in the
rowConstraints property for the instance constructed by this builder. |
B |
vgap(double x)
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
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>>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to