@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ComboBoxBuilder<T,B extends ComboBoxBuilder<T,B>> extends ComboBoxBaseBuilder<T,B> implements Builder<ComboBox<T>>
ComboBox| Modifier | Constructor and Description |
|---|---|
protected |
ComboBoxBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(ComboBox<T> x) |
ComboBox<T> |
build()
Make an instance of
ComboBox based on the properties set on this builder. |
B |
buttonCell(ListCell<T> x)
Set the value of the
buttonCell property for the instance constructed by this builder. |
B |
cellFactory(Callback<ListView<T>,ListCell<T>> x)
Set the value of the
cellFactory property for the instance constructed by this builder. |
B |
converter(StringConverter<T> x)
Set the value of the
converter property for the instance constructed by this builder. |
static <T> ComboBoxBuilder<T,?> |
create()
Creates a new instance of ComboBoxBuilder.
|
B |
items(ObservableList<T> x)
Set the value of the
items property for the instance constructed by this builder. |
B |
selectionModel(SingleSelectionModel<T> x)
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
visibleRowCount(int x)
Set the value of the
visibleRowCount property for the instance constructed by this builder. |
applyTo, editable, onAction, onHidden, onHiding, onShowing, onShown, promptText, valueapplyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltipapplyTo, stylesheets, stylesheetsapplyTo, 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, visiblepublic 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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.