Class AoTextField.String

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants
Enclosing class:
AoTextField<T>

public static class AoTextField.String extends AoTextField<String>
A text field containing a String value without any trimming. The value is never an empty string. Setting the value to an empty string is equivalent to setting it to null.
See Also: