@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class TextInputControlBuilder<B extends TextInputControlBuilder<B>> extends ControlBuilder<B>
TextInputControl
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
editable
Deprecated.
|
private java.lang.String |
promptText
Deprecated.
|
private java.lang.String |
text
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TextInputControlBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(TextInputControl x)
Deprecated.
|
B |
editable(boolean x)
Deprecated.
Set the value of the
editable 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 |
text(java.lang.String x)
Deprecated.
Set the value of the
text 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
private int __set
private boolean editable
private java.lang.String promptText
private java.lang.String text
public void applyTo(TextInputControl x)
public B editable(boolean x)
editable
property for the instance constructed by this builder.public B promptText(java.lang.String x)
promptText
property for the instance constructed by this builder.