Class TextArea

All Implemented Interfaces:
LayoutMeasurable, LayoutMeasurableMixin, HasBackgroundProperty, HasBlendModeProperty, HasBorderProperty, HasClipProperty, HasEffectProperty, HasFontProperty, HasHeightProperty, HasLayoutXProperty, HasLayoutYProperty, HasManagedProperty, HasMaxHeightProperty, HasMaxWidthProperty, HasMinHeightProperty, HasMinWidthProperty, HasMouseTransparentProperty, HasOnMouseClickedProperty, HasOpacityProperty, HasPaddingProperty, HasParentProperty, HasPrefHeightProperty, HasPrefWidthProperty, HasPromptTextProperty, HasSnapToPixelProperty, HasTextProperty, HasVisibleProperty, HasWidthProperty, Styleable, EventTarget, Skinnable, INode, PreferenceResizableNode

public class TextArea extends TextInputControl
Author:
Bruno Salmon
  • Property Details

  • Constructor Details

    • TextArea

      public TextArea()
      Creates a TextField with empty text content.
    • TextArea

      public TextArea(String text)
      Creates a TextField with initial text content.
      Parameters:
      text - A string for text content.
  • Method Details