|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TableViewBuilder<S,B extends TableViewBuilder<S,B>> extends ControlBuilder<B>
TableView| Modifier | Constructor and Description |
|---|---|
protected |
TableViewBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(TableView<S> x) |
TableView<S> |
build()
Make an instance of
TableView based on the properties set on this builder. |
B |
columnResizePolicy(Callback<TableView.ResizeFeatures,java.lang.Boolean> x)
Set the value of the
columnResizePolicy property for the instance constructed by this builder. |
B |
columns(java.util.Collection<? extends TableColumn<S,?>> x)
Set the value of the
columns property for the instance constructed by this builder. |
B |
columns(TableColumn<S,?>... x)
Set the value of the
columns property for the instance constructed by this builder. |
static <S> TableViewBuilder<S,?> |
create() |
B |
editable(boolean x)
Set the value of the
editable property for the instance constructed by this builder. |
B |
focusModel(TableView.TableViewFocusModel<S> x)
Set the value of the
focusModel property for the instance constructed by this builder. |
B |
items(ObservableList<S> x)
Set the value of the
items property for the instance constructed by this builder. |
B |
placeholder(Node x)
Set the value of the
placeholder property for the instance constructed by this builder. |
B |
rowFactory(Callback<TableView<S>,TableRow<S>> x)
Set the value of the
rowFactory property for the instance constructed by this builder. |
B |
selectionModel(TableView.TableViewSelectionModel<S> x)
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
sortOrder(java.util.Collection<? extends TableColumn<S,?>> x)
Set the value of the
sortOrder property for the instance constructed by this builder. |
B |
sortOrder(TableColumn<S,?>... x)
Set the value of the
sortOrder property for the instance constructed by this builder. |
B |
tableMenuButtonVisible(boolean x)
Set the value of the
tableMenuButtonVisible property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltipapplyToapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onScroll, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic static <S> TableViewBuilder<S,?> create()
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.Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .