@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class ColumnConstraintsBuilder<B extends ColumnConstraintsBuilder<B>> extends java.lang.Object implements Builder<ColumnConstraints>
ColumnConstraints
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
fillWidth
Deprecated.
|
private HPos |
halignment
Deprecated.
|
private Priority |
hgrow
Deprecated.
|
private double |
maxWidth
Deprecated.
|
private double |
minWidth
Deprecated.
|
private double |
percentWidth
Deprecated.
|
private double |
prefWidth
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ColumnConstraintsBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ColumnConstraints x)
Deprecated.
|
ColumnConstraints |
build()
Deprecated.
Make an instance of
ColumnConstraints based on the properties set on this builder. |
static ColumnConstraintsBuilder<?> |
create()
Deprecated.
Creates a new instance of ColumnConstraintsBuilder.
|
B |
fillWidth(boolean x)
Deprecated.
Set the value of the
fillWidth property for the instance constructed by this builder. |
B |
halignment(HPos x)
Deprecated.
Set the value of the
halignment property for the instance constructed by this builder. |
B |
hgrow(Priority x)
Deprecated.
Set the value of the
hgrow property for the instance constructed by this builder. |
B |
maxWidth(double x)
Deprecated.
Set the value of the
maxWidth property for the instance constructed by this builder. |
B |
minWidth(double x)
Deprecated.
Set the value of the
minWidth property for the instance constructed by this builder. |
B |
percentWidth(double x)
Deprecated.
Set the value of the
percentWidth property for the instance constructed by this builder. |
B |
prefWidth(double x)
Deprecated.
Set the value of the
prefWidth property for the instance constructed by this builder. |
private int __set
private boolean fillWidth
private HPos halignment
private Priority hgrow
private double maxWidth
private double minWidth
private double percentWidth
private double prefWidth
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>