| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.client.api.FormEntry<T> | |
| ↳ | com.pnfsoftware.jeb.client.api.FormEntry.Text | |
Textual form entry.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.client.api.FormEntry
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public int | minColumnCount | Minimum count of columns. | |||||||||
| public int | minLineCount | Minimum line count, can be set to 2 or above for multi-line entry fields. | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.client.api.FormEntry
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Text() | |||||||||||
| Text(String header, String defaultValue, int flags, Predicate<String> validator, int minColumnCount, int minLineCount) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Minimum count of columns. Leave 0 for default.
Minimum line count, can be set to 2 or above for multi-line entry fields. Leave 0 for default.