@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TableViewBuilder<S,B extends TableViewBuilder<S,B>> extends ControlBuilder<B> implements Builder<TableView<S>>
TableView
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Callback<TableView.ResizeFeatures,java.lang.Boolean> |
columnResizePolicy
Deprecated.
|
private java.util.Collection<? extends TableColumn<S,?>> |
columns
Deprecated.
|
private boolean |
editable
Deprecated.
|
private TableView.TableViewFocusModel<S> |
focusModel
Deprecated.
|
private ObservableList<S> |
items
Deprecated.
|
private Node |
placeholder
Deprecated.
|
private Callback<TableView<S>,TableRow<S>> |
rowFactory
Deprecated.
|
private TableView.TableViewSelectionModel<S> |
selectionModel
Deprecated.
|
private java.util.Collection<? extends TableColumn<S,?>> |
sortOrder
Deprecated.
|
private boolean |
tableMenuButtonVisible
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TableViewBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(TableView<S> x)
Deprecated.
|
TableView<S> |
build()
Deprecated.
Make an instance of
TableView based on the properties set on this builder. |
B |
columnResizePolicy(Callback<TableView.ResizeFeatures,java.lang.Boolean> x)
Deprecated.
Set the value of the
columnResizePolicy 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. |
static <S> TableViewBuilder<S,?> |
create()
Deprecated.
Creates a new instance of TableViewBuilder.
|
B |
editable(boolean x)
Deprecated.
Set the value of the
editable property for the instance constructed by this builder. |
B |
focusModel(TableView.TableViewFocusModel<S> x)
Deprecated.
Set the value of the
focusModel property for the instance constructed by this builder. |
B |
items(ObservableList<S> x)
Deprecated.
Set the value of the
items property for the instance constructed by this builder. |
B |
placeholder(Node x)
Deprecated.
Set the value of the
placeholder property for the instance constructed by this builder. |
B |
rowFactory(Callback<TableView<S>,TableRow<S>> x)
Deprecated.
Set the value of the
rowFactory property for the instance constructed by this builder. |
B |
selectionModel(TableView.TableViewSelectionModel<S> x)
Deprecated.
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
sortOrder(java.util.Collection<? extends TableColumn<S,?>> x)
Deprecated.
Add the given items to the List of items in the
sortOrder property for the instance constructed by this builder. |
B |
sortOrder(TableColumn<S,?>... x)
Deprecated.
Add the given items to the List of items in the
sortOrder property for the instance constructed by this builder. |
B |
tableMenuButtonVisible(boolean x)
Deprecated.
Set the value of the
tableMenuButtonVisible property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltip
applyTo, stylesheets, stylesheets
applyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
private int __set
private Callback<TableView.ResizeFeatures,java.lang.Boolean> columnResizePolicy
private java.util.Collection<? extends TableColumn<S,?>> columns
private boolean editable
private TableView.TableViewFocusModel<S> focusModel
private ObservableList<S> items
private Node placeholder
private TableView.TableViewSelectionModel<S> selectionModel
private java.util.Collection<? extends TableColumn<S,?>> sortOrder
private boolean tableMenuButtonVisible
public static <S> TableViewBuilder<S,?> create()
private void __set(int i)
public B columnResizePolicy(Callback<TableView.ResizeFeatures,java.lang.Boolean> x)
columnResizePolicy
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 editable(boolean x)
editable
property for the instance constructed by this builder.public B focusModel(TableView.TableViewFocusModel<S> x)
focusModel
property for the instance constructed by this builder.public B items(ObservableList<S> x)
items
property for the instance constructed by this builder.public B placeholder(Node x)
placeholder
property for the instance constructed by this builder.public B rowFactory(Callback<TableView<S>,TableRow<S>> x)
rowFactory
property for the instance constructed by this builder.public B selectionModel(TableView.TableViewSelectionModel<S> x)
selectionModel
property for the instance constructed by this builder.public B sortOrder(java.util.Collection<? extends TableColumn<S,?>> x)
sortOrder
property for the instance constructed by this builder.public B sortOrder(TableColumn<S,?>... x)
sortOrder
property for the instance constructed by this builder.public B tableMenuButtonVisible(boolean x)
tableMenuButtonVisible
property for the instance constructed by this builder.