| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Validator.TextBoxValidator |
Validator.add(TextBox box)
Returns a validator that provides rules for text boxes.
|
Validator.TextBoxValidator |
Validator.TextBoxValidator.requireEqual(TextBox other,
String feedback)
Requires that the contents of this text box be equal to the contents of the supplied
other text box.
|
Validator.TextBoxValidator |
Validator.TextBoxValidator.requireLengthOf(int length,
String feedback)
Requires that the text box contain text of at least the specified length.
|
Validator.TextBoxValidator |
Validator.TextBoxValidator.requireNonEmpty(String feedback)
Requires that the text box be non-empty.
|
Copyright © 2013. All Rights Reserved.