public class TextField extends Field
Field.Type| Constructor and Description |
|---|
TextField(String name)
Creates a new TextField with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
parse(String str)
Parses the given string, interpreting empty strings as equivalent to
null.
|
getName, getOptions, getType, setName, setOptions, setTypepublic TextField(String name)
name - The unique name to associate with this field.public static String parse(String str)
str - The string to parse, which may be null.Copyright © 2017. All rights reserved.