GWT 2.3.0

com.google.gwt.i18n.client
Interface AutoDirectionHandler.Target

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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.HasDirection
HasDirection.Direction
 
Method Summary
 
Methods inherited from interface com.google.gwt.user.client.ui.HasText
getText, setText
 
Methods inherited from interface com.google.gwt.i18n.client.HasDirection
getDirection, setDirection
 
Methods inherited from interface com.google.gwt.event.dom.client.HasKeyUpHandlers
addKeyUpHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 


GWT 2.3.0