See: Description
Interface | Description |
---|---|
IsTextBoxBase<T extends com.google.gwt.user.client.ui.TextBoxBase> |
Enables a component to claim itself a
TextBoxBase . |
IsValueBoxBase<T> |
Interface containing all the methods exposed by
ValueBoxBase but not
endorsed by any interface. |
ITextBox |
Contains methods in
TextBox type but not endorsed under any of the
interfaces implemented by TextBox . |
Class | Description |
---|---|
ExpandingTextField |
The expanding text field have all the feature you would expect from a
TextField . |
FloatSwitcher |
CSS class switcher for the
Float enumeration. |
MultilineTextField | |
PasswordField |
Same pattern as
TextField . |
SingleLineTextField<T extends com.google.gwt.user.client.ui.TextBox> |
Single line text field component.
|
TextField |
A
TextfieldBase wrapped around a TextBox . |
TextfieldBase<T extends com.google.gwt.user.client.ui.TextBoxBase> |
A base class for Material Text Fields.
|
TextValidator |
A text validator is applied on a
TextfieldBase to check whether the
input content is as expected. |
Enum | Description |
---|---|
Float |
In a text field material component, a label can be provided.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.