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