| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| Modifier and Type | Method and Description |
|---|---|
TextArea |
TextArea.autoSize()
The TextArea will start with initial number of rows and will automatically grow if more lines
are added instead of showing scrollbars
|
static TextArea |
TextArea.create() |
static TextArea |
TextArea.create(String label) |
TextArea |
TextArea.fixedSize()
The TextArea will show scrollbars when the text rows exceeds the rows from
setRows(int) |
TextArea |
TextArea.setEmptyAsNull(boolean emptyAsNull) |
TextArea |
TextArea.setRows(int rows) |
Copyright © 2019–2022 Dominokit. All rights reserved.