Interface | Description |
---|---|
HasTextSelection |
Provides an interface that a simple subclass of TextBoxBase could
implement to provide this interface.
|
Class | Description |
---|---|
AutoSizingBase<T extends Widget & HasTextSelection & HasValue<String> & HasValueChangeHandlers<String> & HasKeyDownHandlers & HasKeyUpHandlers & Focusable & HasText,S extends Widget> |
This attaches to an input, listening for KeyDown/KeyUp, and
automatically resizing the text area.
|
AutoSizingTextArea |
This attaches to an input, listening for KeyDown/KeyUp, and
automatically resizing the text area.
|
AutoSizingTextBox<T extends Widget & HasTextSelection & HasValue<String> & HasValueChangeHandlers<String> & HasKeyUpHandlers & HasKeyDownHandlers & Focusable & HasText> |
This attaches to an input, listening for KeyDown/KeyUp, and
automatically resizing the text area.
|
GroupedListBox |
Extends the standard GWT ListBox to automatically provide OPTGROUP
elements to group sections of options.
|
InputWidget | |
SingleListBox |
A subclass of ListBox representing a single select pulldown and
implementing HasValue
|
TextAreaWithSelection |
Of course the TextArea already implements HasTextSelection, but not
explicitly.
|
TractionDialogBox |
Extends the standard GWT DialogBox by adding an OpenHandler and a
close icon with support for other controls.
|
TractionDialogBox.TractionCaption | |
UTCDateBox |
A wrapper around a DateBox that implements HasValue
|
UTCDateTimeRangeController |
The date/time range controller just manages existing controls and
is not a control itself.
|
UTCTimeBox |
Copyright © 2015. All Rights Reserved.