Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ColumnConstraintsBuilder<B extends ColumnConstraintsBuilder<B>> extends java.lang.Object implements Builder<ColumnConstraints>
ColumnConstraints
Modifier | Constructor and Description |
---|---|
protected |
ColumnConstraintsBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ColumnConstraints x) |
ColumnConstraints |
build()
Make an instance of
ColumnConstraints based on the properties set on this builder. |
static ColumnConstraintsBuilder<?> |
create()
Creates a new instance of ColumnConstraintsBuilder.
|
B |
fillWidth(boolean x)
Set the value of the
fillWidth property for the instance constructed by this builder. |
B |
halignment(HPos x)
Set the value of the
halignment property for the instance constructed by this builder. |
B |
hgrow(Priority x)
Set the value of the
hgrow property for the instance constructed by this builder. |
B |
maxWidth(double x)
Set the value of the
maxWidth property for the instance constructed by this builder. |
B |
minWidth(double x)
Set the value of the
minWidth property for the instance constructed by this builder. |
B |
percentWidth(double x)
Set the value of the
percentWidth property for the instance constructed by this builder. |
B |
prefWidth(double x)
Set the value of the
prefWidth property for the instance constructed by this builder. |
public static ColumnConstraintsBuilder<?> create()
public void applyTo(ColumnConstraints x)
public B fillWidth(boolean x)
fillWidth
property for the instance constructed by this builder.public B halignment(HPos x)
halignment
property for the instance constructed by this builder.public B hgrow(Priority x)
hgrow
property for the instance constructed by this builder.public B maxWidth(double x)
maxWidth
property for the instance constructed by this builder.public B minWidth(double x)
minWidth
property for the instance constructed by this builder.public B percentWidth(double x)
percentWidth
property for the instance constructed by this builder.public B prefWidth(double x)
prefWidth
property for the instance constructed by this builder.public ColumnConstraints build()
ColumnConstraints
based on the properties set on this builder.build
in interface Builder<ColumnConstraints>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to