@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class ComboBoxBuilder<T,B extends ComboBoxBuilder<T,B>> extends ComboBoxBaseBuilder<T,B> implements Builder<ComboBox<T>>
ComboBox
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private ListCell<T> |
buttonCell
Deprecated.
|
private Callback<ListView<T>,ListCell<T>> |
cellFactory
Deprecated.
|
private StringConverter<T> |
converter
Deprecated.
|
private ObservableList<T> |
items
Deprecated.
|
private SingleSelectionModel<T> |
selectionModel
Deprecated.
|
private int |
visibleRowCount
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ComboBoxBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ComboBox<T> x)
Deprecated.
|
ComboBox<T> |
build()
Deprecated.
Make an instance of
ComboBox based on the properties set on this builder. |
B |
buttonCell(ListCell<T> x)
Deprecated.
Set the value of the
buttonCell property for the instance constructed by 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. |
B |
converter(StringConverter<T> x)
Deprecated.
Set the value of the
converter property for the instance constructed by this builder. |
static <T> ComboBoxBuilder<T,?> |
create()
Deprecated.
Creates a new instance of ComboBoxBuilder.
|
B |
items(ObservableList<T> x)
Deprecated.
Set the value of the
items property for the instance constructed by this builder. |
B |
selectionModel(SingleSelectionModel<T> x)
Deprecated.
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
visibleRowCount(int x)
Deprecated.
Set the value of the
visibleRowCount property for the instance constructed by this builder. |
applyTo, editable, onAction, onHidden, onHiding, onShowing, onShown, promptText, value
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 StringConverter<T> converter
private ObservableList<T> items
private SingleSelectionModel<T> selectionModel
private int visibleRowCount
public static <T> ComboBoxBuilder<T,?> create()
public B buttonCell(ListCell<T> x)
buttonCell
property for the instance constructed by this builder.public B cellFactory(Callback<ListView<T>,ListCell<T>> x)
cellFactory
property for the instance constructed by this builder.public B converter(StringConverter<T> x)
converter
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 selectionModel(SingleSelectionModel<T> x)
selectionModel
property for the instance constructed by this builder.public B visibleRowCount(int x)
visibleRowCount
property for the instance constructed by this builder.