Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ListViewBuilder<T,B extends ListViewBuilder<T,B>> extends ControlBuilder<B> implements Builder<ListView<T>>
ListView
Modifier | Constructor and Description |
---|---|
protected |
ListViewBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ListView<T> x) |
ListView<T> |
build()
Make an instance of
ListView based on the properties set on this builder. |
B |
cellFactory(Callback<ListView<T>,ListCell<T>> x)
Set the value of the
cellFactory property for the instance constructed by this builder. |
static <T> ListViewBuilder<T,?> |
create()
Creates a new instance of ListViewBuilder.
|
B |
editable(boolean x)
Set the value of the
editable property for the instance constructed by this builder. |
B |
focusModel(FocusModel<T> x)
Set the value of the
focusModel property for the instance constructed by this builder. |
B |
items(ObservableList<T> x)
Set the value of the
items property for the instance constructed by this builder. |
B |
onEditCancel(EventHandler<ListView.EditEvent<T>> x)
Set the value of the
onEditCancel property for the instance constructed by this builder. |
B |
onEditCommit(EventHandler<ListView.EditEvent<T>> x)
Set the value of the
onEditCommit property for the instance constructed by this builder. |
B |
onEditStart(EventHandler<ListView.EditEvent<T>> x)
Set the value of the
onEditStart property for the instance constructed by this builder. |
B |
orientation(Orientation x)
Set the value of the
orientation property for the instance constructed by this builder. |
B |
selectionModel(MultipleSelectionModel<T> x)
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
public static <T> ListViewBuilder<T,?> create()
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to