public interface HasTitleClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addTitleClickHandler(TitleClickHandler handler)
Notification method fired when the user clicks the title for this item
|
com.google.gwt.event.shared.HandlerRegistration addTitleClickHandler(TitleClickHandler handler)
handler
- the titleClick handlerHandlerRegistration
used to remove this handler