Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class ComboBoxBaseBuilder<T,B extends ComboBoxBaseBuilder<T,B>> extends ControlBuilder<B>
ComboBoxBase
Modifier | Constructor and Description |
---|---|
protected |
ComboBoxBaseBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ComboBoxBase<T> x) |
B |
editable(boolean x)
Set the value of the
editable property for the instance constructed by this builder. |
B |
onAction(EventHandler<ActionEvent> x)
Set the value of the
onAction property for the instance constructed by this builder. |
B |
onHidden(EventHandler<Event> x)
Set the value of the
onHidden property for the instance constructed by this builder. |
B |
onHiding(EventHandler<Event> x)
Set the value of the
onHiding property for the instance constructed by this builder. |
B |
onShowing(EventHandler<Event> x)
Set the value of the
onShowing property for the instance constructed by this builder. |
B |
onShown(EventHandler<Event> x)
Set the value of the
onShown property for the instance constructed by this builder. |
B |
promptText(java.lang.String x)
Set the value of the
promptText property for the instance constructed by this builder. |
B |
value(T x)
Set the value of the
value 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 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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to