|
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)
Set the value of the
columnConstraints property for the instance constructed by this builder. |
B |
columnConstraints(ColumnConstraints... x)
Set the value of the
columnConstraints property for the instance constructed by this builder. |
static GridPaneBuilder<?> |
create() |
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)
Set the value of the
rowConstraints property for the instance constructed by this builder. |
B |
rowConstraints(RowConstraints... x)
Set the value of 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, childrenapplyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixelapplyToapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onScroll, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic 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 class PaneBuilder<B extends GridPaneBuilder<B>>Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .