@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class ListViewBuilder<T,B extends ListViewBuilder<T,B>> extends ControlBuilder<B> implements Builder<ListView<T>>
ListView
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Callback<ListView<T>,ListCell<T>> |
cellFactory
Deprecated.
|
private boolean |
editable
Deprecated.
|
private FocusModel<T> |
focusModel
Deprecated.
|
private ObservableList<T> |
items
Deprecated.
|
private EventHandler<ListView.EditEvent<T>> |
onEditCancel
Deprecated.
|
private EventHandler<ListView.EditEvent<T>> |
onEditCommit
Deprecated.
|
private EventHandler<ListView.EditEvent<T>> |
onEditStart
Deprecated.
|
private Orientation |
orientation
Deprecated.
|
private MultipleSelectionModel<T> |
selectionModel
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ListViewBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(ListView<T> x)
Deprecated.
|
ListView<T> |
build()
Deprecated.
Make an instance of
ListView based on the properties set on this builder. |
B |
cellFactory(Callback<ListView<T>,ListCell<T>> x)
Deprecated.
Set the value of the
cellFactory property for the instance constructed by this builder. |
static <T> ListViewBuilder<T,?> |
create()
Deprecated.
Creates a new instance of ListViewBuilder.
|
B |
editable(boolean x)
Deprecated.
Set the value of the
editable property for the instance constructed by this builder. |
B |
focusModel(FocusModel<T> x)
Deprecated.
Set the value of the
focusModel property for the instance constructed by this builder. |
B |
items(ObservableList<T> x)
Deprecated.
Set the value of the
items property for the instance constructed by this builder. |
B |
onEditCancel(EventHandler<ListView.EditEvent<T>> x)
Deprecated.
Set the value of the
onEditCancel property for the instance constructed by this builder. |
B |
onEditCommit(EventHandler<ListView.EditEvent<T>> x)
Deprecated.
Set the value of the
onEditCommit property for the instance constructed by this builder. |
B |
onEditStart(EventHandler<ListView.EditEvent<T>> x)
Deprecated.
Set the value of the
onEditStart property for the instance constructed by this builder. |
B |
orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
selectionModel(MultipleSelectionModel<T> x)
Deprecated.
Set the value of the
selectionModel 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 boolean editable
private FocusModel<T> focusModel
private ObservableList<T> items
private EventHandler<ListView.EditEvent<T>> onEditCancel
private EventHandler<ListView.EditEvent<T>> onEditCommit
private EventHandler<ListView.EditEvent<T>> onEditStart
private Orientation orientation
private MultipleSelectionModel<T> selectionModel
public static <T> ListViewBuilder<T,?> create()
private void __set(int i)
public B cellFactory(Callback<ListView<T>,ListCell<T>> x)
cellFactory
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(FocusModel<T> x)
focusModel
property for the instance constructed by this builder.public B items(ObservableList<T> x)
items
property for the instance constructed by this builder.public B onEditCancel(EventHandler<ListView.EditEvent<T>> x)
onEditCancel
property for the instance constructed by this builder.public B onEditCommit(EventHandler<ListView.EditEvent<T>> x)
onEditCommit
property for the instance constructed by this builder.public B onEditStart(EventHandler<ListView.EditEvent<T>> x)
onEditStart
property for the instance constructed by this builder.public B orientation(Orientation x)
orientation
property for the instance constructed by this builder.public B selectionModel(MultipleSelectionModel<T> x)
selectionModel
property for the instance constructed by this builder.