@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TableColumnBuilder<S,T,B extends TableColumnBuilder<S,T,B>> extends java.lang.Object implements Builder<TableColumn<S,T>>
TableColumn
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Callback<TableColumn<S,T>,TableCell<S,T>> |
cellFactory
Deprecated.
|
private Callback<TableColumn.CellDataFeatures<S,T>,ObservableValue<T>> |
cellValueFactory
Deprecated.
|
private java.util.Collection<? extends TableColumn<S,?>> |
columns
Deprecated.
|
private java.util.Comparator<T> |
comparator
Deprecated.
|
private ContextMenu |
contextMenu
Deprecated.
|
private boolean |
editable
Deprecated.
|
private Node |
graphic
Deprecated.
|
private java.lang.String |
id
Deprecated.
|
private double |
maxWidth
Deprecated.
|
private double |
minWidth
Deprecated.
|
private EventHandler<TableColumn.CellEditEvent<S,T>> |
onEditCancel
Deprecated.
|
private EventHandler<TableColumn.CellEditEvent<S,T>> |
onEditCommit
Deprecated.
|
private EventHandler<TableColumn.CellEditEvent<S,T>> |
onEditStart
Deprecated.
|
private double |
prefWidth
Deprecated.
|
private boolean |
resizable
Deprecated.
|
private boolean |
sortable
Deprecated.
|
private Node |
sortNode
Deprecated.
|
private TableColumn.SortType |
sortType
Deprecated.
|
private java.lang.String |
style
Deprecated.
|
private java.util.Collection<? extends java.lang.String> |
styleClass
Deprecated.
|
private java.lang.String |
text
Deprecated.
|
private java.lang.Object |
userData
Deprecated.
|
private boolean |
visible
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TableColumnBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(TableColumn<S,T> x)
Deprecated.
|
TableColumn<S,T> |
build()
Deprecated.
Make an instance of
TableColumn based on the properties set on this builder. |
B |
cellFactory(Callback<TableColumn<S,T>,TableCell<S,T>> x)
Deprecated.
Set the value of the
cellFactory property for the instance constructed by this builder. |
B |
cellValueFactory(Callback<TableColumn.CellDataFeatures<S,T>,ObservableValue<T>> x)
Deprecated.
Set the value of the
cellValueFactory property for the instance constructed by this builder. |
B |
columns(java.util.Collection<? extends TableColumn<S,?>> x)
Deprecated.
Add the given items to the List of items in the
columns property for the instance constructed by this builder. |
B |
columns(TableColumn<S,?>... x)
Deprecated.
Add the given items to the List of items in the
columns property for the instance constructed by this builder. |
B |
comparator(java.util.Comparator<T> x)
Deprecated.
Set the value of the
comparator property for the instance constructed by this builder. |
B |
contextMenu(ContextMenu x)
Deprecated.
Set the value of the
contextMenu property for the instance constructed by this builder. |
static <S,T> TableColumnBuilder<S,T,?> |
create()
Deprecated.
Creates a new instance of TableColumnBuilder.
|
B |
editable(boolean x)
Deprecated.
Set the value of the
editable property for the instance constructed by this builder. |
B |
graphic(Node x)
Deprecated.
Set the value of the
graphic property for the instance constructed by this builder. |
B |
id(java.lang.String x)
Deprecated.
Set the value of the
id 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 |
onEditCancel(EventHandler<TableColumn.CellEditEvent<S,T>> x)
Deprecated.
Set the value of the
onEditCancel property for the instance constructed by this builder. |
B |
onEditCommit(EventHandler<TableColumn.CellEditEvent<S,T>> x)
Deprecated.
Set the value of the
onEditCommit property for the instance constructed by this builder. |
B |
onEditStart(EventHandler<TableColumn.CellEditEvent<S,T>> x)
Deprecated.
Set the value of the
onEditStart 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. |
B |
resizable(boolean x)
Deprecated.
Set the value of the
resizable property for the instance constructed by this builder. |
B |
sortable(boolean x)
Deprecated.
Set the value of the
sortable property for the instance constructed by this builder. |
B |
sortNode(Node x)
Deprecated.
Set the value of the
sortNode property for the instance constructed by this builder. |
B |
sortType(TableColumn.SortType x)
Deprecated.
Set the value of the
sortType property for the instance constructed by this builder. |
B |
style(java.lang.String x)
Deprecated.
Set the value of the
style property for the instance constructed by this builder. |
B |
styleClass(java.util.Collection<? extends java.lang.String> x)
Deprecated.
Add the given items to the List of items in the
styleClass property for the instance constructed by this builder. |
B |
styleClass(java.lang.String... x)
Deprecated.
Add the given items to the List of items in the
styleClass property for the instance constructed by this builder. |
B |
text(java.lang.String x)
Deprecated.
Set the value of the
text property for the instance constructed by this builder. |
B |
userData(java.lang.Object x)
Deprecated.
Set the value of the
userData property for the instance constructed by this builder. |
B |
visible(boolean x)
Deprecated.
Set the value of the
visible property for the instance constructed by this builder. |
private int __set
private Callback<TableColumn.CellDataFeatures<S,T>,ObservableValue<T>> cellValueFactory
private java.util.Collection<? extends TableColumn<S,?>> columns
private java.util.Comparator<T> comparator
private ContextMenu contextMenu
private boolean editable
private Node graphic
private java.lang.String id
private double maxWidth
private double minWidth
private EventHandler<TableColumn.CellEditEvent<S,T>> onEditCancel
private EventHandler<TableColumn.CellEditEvent<S,T>> onEditCommit
private EventHandler<TableColumn.CellEditEvent<S,T>> onEditStart
private double prefWidth
private boolean resizable
private boolean sortable
private Node sortNode
private TableColumn.SortType sortType
private java.lang.String style
private java.util.Collection<? extends java.lang.String> styleClass
private java.lang.String text
private java.lang.Object userData
private boolean visible
public static <S,T> TableColumnBuilder<S,T,?> create()
private void __set(int i)
public void applyTo(TableColumn<S,T> x)
public B cellFactory(Callback<TableColumn<S,T>,TableCell<S,T>> x)
cellFactory
property for the instance constructed by this builder.public B cellValueFactory(Callback<TableColumn.CellDataFeatures<S,T>,ObservableValue<T>> x)
cellValueFactory
property for the instance constructed by this builder.public B columns(java.util.Collection<? extends TableColumn<S,?>> x)
columns
property for the instance constructed by this builder.public B columns(TableColumn<S,?>... x)
columns
property for the instance constructed by this builder.public B comparator(java.util.Comparator<T> x)
comparator
property for the instance constructed by this builder.public B contextMenu(ContextMenu x)
contextMenu
property for the instance constructed by this builder.public B editable(boolean x)
editable
property for the instance constructed by this builder.public B graphic(Node x)
graphic
property for the instance constructed by this builder.public B id(java.lang.String x)
id
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 onEditCancel(EventHandler<TableColumn.CellEditEvent<S,T>> x)
onEditCancel
property for the instance constructed by this builder.public B onEditCommit(EventHandler<TableColumn.CellEditEvent<S,T>> x)
onEditCommit
property for the instance constructed by this builder.public B onEditStart(EventHandler<TableColumn.CellEditEvent<S,T>> x)
onEditStart
property for the instance constructed by this builder.public B prefWidth(double x)
prefWidth
property for the instance constructed by this builder.public B resizable(boolean x)
resizable
property for the instance constructed by this builder.public B sortable(boolean x)
sortable
property for the instance constructed by this builder.public B sortNode(Node x)
sortNode
property for the instance constructed by this builder.public B sortType(TableColumn.SortType x)
sortType
property for the instance constructed by this builder.public B style(java.lang.String x)
style
property for the instance constructed by this builder.public B styleClass(java.util.Collection<? extends java.lang.String> x)
styleClass
property for the instance constructed by this builder.public B styleClass(java.lang.String... x)
styleClass
property for the instance constructed by this builder.public B text(java.lang.String x)
text
property for the instance constructed by this builder.public B userData(java.lang.Object x)
userData
property for the instance constructed by this builder.public B visible(boolean x)
visible
property for the instance constructed by this builder.public TableColumn<S,T> build()
TableColumn
based on the properties set on this builder.build
in interface Builder<TableColumn<S,T>>