Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.datepicker.client |
The date picker widget and associated types.
|
Modifier and Type | Class and Description |
---|---|
class |
PasswordTextBox
A text box that visually masks its input to prevent eavesdropping.
|
Modifier and Type | Method and Description |
---|---|
static TextBox |
TextBox.wrap(Element element)
Creates a TextBox widget that wraps an existing <input type='text'>
element.
|
Modifier and Type | Method and Description |
---|---|
TextBox |
DateBox.getTextBox()
Get text box.
|