Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TextAreaBuilder<B extends TextAreaBuilder<B>> extends TextInputControlBuilder<B> implements Builder<TextArea>
TextArea
Modifier | Constructor and Description |
---|---|
protected |
TextAreaBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(TextArea x) |
TextArea |
build()
Make an instance of
TextArea based on the properties set on this builder. |
static TextAreaBuilder<?> |
create()
Creates a new instance of TextAreaBuilder.
|
B |
paragraphs(java.lang.CharSequence... x)
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)
Add the given items to the List of items in the
paragraphs property for the instance constructed by this builder. |
B |
prefColumnCount(int x)
Set the value of the
prefColumnCount property for the instance constructed by this builder. |
B |
prefRowCount(int x)
Set the value of the
prefRowCount 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 |
scrollLeft(double x)
Set the value of the
scrollLeft property for the instance constructed by this builder. |
B |
scrollTop(double x)
Set the value of the
scrollTop property for the instance constructed by this builder. |
B |
wrapText(boolean x)
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
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to