textArea

textArea is a multi-line text editor field.

  • XML element: textArea

  • Java class: JmixTextArea

Basics

textArea mostly replicates the functionality of the textField component.

Unless set to a fixed height, textArea adjusts its height automatically based on its content. The default and minimum height is two rows of text.

An example of textArea:

<textArea label="Description"
          width="300px"
          value="A marketing department is a group of marketing specialists responsible for planning, creating, and monitoring marketing activities within a company"/>
text area basic

Handlers

To generate a handler stub in Jmix Studio, use the Handlers tab of the Jmix UI inspector panel or the Generate Handler action available in the top panel of the view class and through the CodeGenerate menu (Alt+Insert / Cmd+N).

Elements

See Also

See the Vaadin Docs for more information.