public interface HasFocusHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFocusHandler(FocusHandler handler)
Called when this FormItem receives focus.
|
fireEvent
HandlerRegistration addFocusHandler(FocusHandler handler)
handler
- the focus handlerHandlerRegistration
used to remove this handler