@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class TextInputControlBuilder<B extends TextInputControlBuilder<B>> extends ControlBuilder<B>
TextInputControl| Modifier | Constructor and Description |
|---|---|
protected |
TextInputControlBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(TextInputControl x) |
B |
editable(boolean x)
Set the value of the
editable 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 |
text(java.lang.String x)
Set the value of the
text 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, visiblepublic 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.Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.