@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TextAreaBuilder<B extends TextAreaBuilder<B>> extends TextInputControlBuilder<B> implements Builder<TextArea>
TextArea
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private java.util.Collection<? extends java.lang.CharSequence> |
paragraphs
Deprecated.
|
private int |
prefColumnCount
Deprecated.
|
private int |
prefRowCount
Deprecated.
|
private java.lang.String |
promptText
Deprecated.
|
private double |
scrollLeft
Deprecated.
|
private double |
scrollTop
Deprecated.
|
private boolean |
wrapText
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TextAreaBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(TextArea x)
Deprecated.
|
TextArea |
build()
Deprecated.
Make an instance of
TextArea based on the properties set on this builder. |
static TextAreaBuilder<?> |
create()
Deprecated.
Creates a new instance of TextAreaBuilder.
|
B |
paragraphs(java.lang.CharSequence... x)
Deprecated.
Add the given items to the List of items in the
paragraphs property for the instance constructed by this builder. |
B |
paragraphs(java.util.Collection<? extends java.lang.CharSequence> x)
Deprecated.
Add the given items to the List of items in the
paragraphs property for the instance constructed by this builder. |
B |
prefColumnCount(int x)
Deprecated.
Set the value of the
prefColumnCount property for the instance constructed by this builder. |
B |
prefRowCount(int x)
Deprecated.
Set the value of the
prefRowCount 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 |
scrollLeft(double x)
Deprecated.
Set the value of the
scrollLeft property for the instance constructed by this builder. |
B |
scrollTop(double x)
Deprecated.
Set the value of the
scrollTop property for the instance constructed by this builder. |
B |
wrapText(boolean x)
Deprecated.
Set the value of the
wrapText property for the instance constructed by this builder. |
applyTo, editable, text
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 java.util.Collection<? extends java.lang.CharSequence> paragraphs
private int prefColumnCount
private int prefRowCount
private java.lang.String promptText
private double scrollLeft
private double scrollTop
private boolean wrapText
public static TextAreaBuilder<?> create()
public void applyTo(TextArea x)
public B paragraphs(java.util.Collection<? extends java.lang.CharSequence> x)
paragraphs
property for the instance constructed by this builder.public B paragraphs(java.lang.CharSequence... x)
paragraphs
property for the instance constructed by this builder.public B prefColumnCount(int x)
prefColumnCount
property for the instance constructed by this builder.public B prefRowCount(int x)
prefRowCount
property for the instance constructed by this builder.public B promptText(java.lang.String x)
promptText
property for the instance constructed by this builder.promptText
in class TextInputControlBuilder<B extends TextAreaBuilder<B>>
public B scrollLeft(double x)
scrollLeft
property for the instance constructed by this builder.public B scrollTop(double x)
scrollTop
property for the instance constructed by this builder.public B wrapText(boolean x)
wrapText
property for the instance constructed by this builder.