- All Superinterfaces:
 
- HasDirection, HasHandlers, HasKeyUpHandlers, HasText
 
- All Known Implementing Classes:
 
- DoubleBox, IntegerBox, LongBox, PasswordTextBox, TextArea, TextBox, TextBoxBase, ValueBox, ValueBoxBase
 
- Enclosing class:
 
- AutoDirectionHandler
 
public static interface AutoDirectionHandler.Target
extends HasText, HasDirection, HasKeyUpHandlers
The interface an object must implement in order to add an
 AutoDirectionHandler to it.
 TODO(tomerigo): add Paste and Input events once they're available in GWT.