Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TableColumnBuilder<S,T,B extends TableColumnBuilder<S,T,B>> extends java.lang.Object implements Builder<TableColumn<S,T>>
TableColumn
Modifier | Constructor and Description |
---|---|
protected |
TableColumnBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(TableColumn<S,T> x) |
TableColumn<S,T> |
build()
Make an instance of
TableColumn based on the properties set on this builder. |
B |
cellFactory(Callback<TableColumn<S,T>,TableCell<S,T>> x)
Set the value of the
cellFactory property for the instance constructed by this builder. |
B |
cellValueFactory(Callback<TableColumn.CellDataFeatures<S,T>,ObservableValue<T>> x)
Set the value of the
cellValueFactory property for the instance constructed by this builder. |
B |
columns(java.util.Collection<? extends TableColumn<S,?>> x)
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)
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)
Set the value of the
comparator property for the instance constructed by this builder. |
B |
contextMenu(ContextMenu x)
Set the value of the
contextMenu property for the instance constructed by this builder. |
static <S,T> TableColumnBuilder<S,T,?> |
create()
Creates a new instance of TableColumnBuilder.
|
B |
editable(boolean x)
Set the value of the
editable property for the instance constructed by this builder. |
B |
graphic(Node x)
Set the value of the
graphic property for the instance constructed by this builder. |
B |
id(java.lang.String x)
Set the value of the
id 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 |
onEditCancel(EventHandler<TableColumn.CellEditEvent<S,T>> x)
Set the value of the
onEditCancel property for the instance constructed by this builder. |
B |
onEditCommit(EventHandler<TableColumn.CellEditEvent<S,T>> x)
Set the value of the
onEditCommit property for the instance constructed by this builder. |
B |
onEditStart(EventHandler<TableColumn.CellEditEvent<S,T>> x)
Set the value of the
onEditStart 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. |
B |
resizable(boolean x)
Set the value of the
resizable property for the instance constructed by this builder. |
B |
sortable(boolean x)
Set the value of the
sortable property for the instance constructed by this builder. |
B |
sortNode(Node x)
Set the value of the
sortNode property for the instance constructed by this builder. |
B |
sortType(TableColumn.SortType x)
Set the value of the
sortType property for the instance constructed by this builder. |
B |
style(java.lang.String x)
Set the value of the
style property for the instance constructed by this builder. |
B |
styleClass(java.util.Collection<? extends java.lang.String> x)
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)
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)
Set the value of the
text property for the instance constructed by this builder. |
B |
userData(java.lang.Object x)
Set the value of the
userData property for the instance constructed by this builder. |
B |
visible(boolean x)
Set the value of the
visible property for the instance constructed by this builder. |
public static <S,T> TableColumnBuilder<S,T,?> create()
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>>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to