Package | Description |
---|---|
com.tractionsoftware.gwt.user.client.ui |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TextAreaWithSelection
Of course the TextArea already implements HasTextSelection, but not
explicitly.
|
Copyright © 2015. All Rights Reserved.