Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TableViewBuilder<S,B extends TableViewBuilder<S,B>> extends ControlBuilder<B> implements Builder<TableView<S>>
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)
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. |
static <S> TableViewBuilder<S,?> |
create()
Creates a new instance of TableViewBuilder.
|
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)
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)
Add the given items to the List of items in 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, 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
public 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, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to