| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static NumberTextBox |
NumberTextBox.newFloatBox()
Creates a text box that accepts floating point numbers and has no max or visible character
length.
|
static NumberTextBox |
NumberTextBox.newFloatBox(int length)
Creates a text box that accepts floating point numbers and uses the supplied length as its
max and visible character length.
|
static NumberTextBox |
NumberTextBox.newFloatBox(int maxLength,
int visibleLength)
Creates a text box that accepts floating point numbers and has the specified max and visible
character length.
|
static NumberTextBox |
NumberTextBox.newIntBox()
Creates a text box that only accepts integers and has no max or visible character length.
|
static NumberTextBox |
NumberTextBox.newIntBox(int length)
Creates a text box that only accepts integers and uses the supplied length as its max and
visible character length.
|
static NumberTextBox |
NumberTextBox.newIntBox(int maxLength,
int visibleLength)
Creates a text box that only accepts integers and has the specified max and visible
character length.
|
NumberTextBox |
NumberTextBox.withValue(Number value)
Convenience method for setting a number and returning the text box in one step.
|
Copyright © 2013. All Rights Reserved.