@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class ComboBoxBaseBuilder<T,B extends ComboBoxBaseBuilder<T,B>> extends ControlBuilder<B>
ComboBoxBase| Modifier and Type | Field and Description |
|---|---|
private int |
__set
Deprecated.
|
private boolean |
editable
Deprecated.
|
private EventHandler<ActionEvent> |
onAction
Deprecated.
|
private EventHandler<Event> |
onHidden
Deprecated.
|
private EventHandler<Event> |
onHiding
Deprecated.
|
private EventHandler<Event> |
onShowing
Deprecated.
|
private EventHandler<Event> |
onShown
Deprecated.
|
private java.lang.String |
promptText
Deprecated.
|
private T |
value
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ComboBoxBaseBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(ComboBoxBase<T> x)
Deprecated.
|
B |
editable(boolean x)
Deprecated.
Set the value of the
editable property for the instance constructed by this builder. |
B |
onAction(EventHandler<ActionEvent> x)
Deprecated.
Set the value of the
onAction property for the instance constructed by this builder. |
B |
onHidden(EventHandler<Event> x)
Deprecated.
Set the value of the
onHidden property for the instance constructed by this builder. |
B |
onHiding(EventHandler<Event> x)
Deprecated.
Set the value of the
onHiding property for the instance constructed by this builder. |
B |
onShowing(EventHandler<Event> x)
Deprecated.
Set the value of the
onShowing property for the instance constructed by this builder. |
B |
onShown(EventHandler<Event> x)
Deprecated.
Set the value of the
onShown property for the instance constructed by this builder. |
B |
promptText(java.lang.String x)
Deprecated.
Set the value of the
promptText property for the instance constructed by this builder. |
B |
value(T x)
Deprecated.
Set the value of the
value property for the instance constructed by this builder. |
applyTo, 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, visibleprivate int __set
private boolean editable
private EventHandler<ActionEvent> onAction
private EventHandler<Event> onHidden
private EventHandler<Event> onHiding
private EventHandler<Event> onShowing
private EventHandler<Event> onShown
private java.lang.String promptText
private T value
private void __set(int i)
public void applyTo(ComboBoxBase<T> x)
public B editable(boolean x)
editable property for the instance constructed by this builder.public B onAction(EventHandler<ActionEvent> x)
onAction property for the instance constructed by this builder.public B onHidden(EventHandler<Event> x)
onHidden property for the instance constructed by this builder.public B onHiding(EventHandler<Event> x)
onHiding property for the instance constructed by this builder.public B onShowing(EventHandler<Event> x)
onShowing property for the instance constructed by this builder.public B onShown(EventHandler<Event> x)
onShown property for the instance constructed by this builder.public B promptText(java.lang.String x)
promptText property for the instance constructed by this builder.