public interface HasVisibleHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addHiddenHandler(HiddenHandler handler)
Adds a
HiddenEvent handler. |
HandlerRegistration |
addHideHandler(HideHandler handler)
Adds a
HideEvent handler. |
HandlerRegistration |
addShowHandler(ShowHandler handler)
Adds a
ShowEvent handler. |
HandlerRegistration |
addShownHandler(ShownHandler handler)
Adds a
ShownEvent handler. |
HandlerRegistration addHideHandler(HideHandler handler)
HideEvent handler.handler - the hide handlerHandlerRegistration used to remove this handlerHandlerRegistration addHiddenHandler(HiddenHandler handler)
HiddenEvent handler.handler - the hidden handlerHandlerRegistration used to remove this handlerHandlerRegistration addShowHandler(ShowHandler handler)
ShowEvent handler.handler - the show handlerHandlerRegistration used to remove this handlerHandlerRegistration addShownHandler(ShownHandler handler)
ShownEvent handler.handler - the shown handlerHandlerRegistration used to remove this handlerCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.