public interface HasTitleDoubleClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTitleDoubleClickHandler(TitleDoubleClickHandler handler)
Notification method fired when the user double-clicks the title for this item
|
fireEvent
HandlerRegistration addTitleDoubleClickHandler(TitleDoubleClickHandler handler)
handler
- the titleDoubleClick handlerHandlerRegistration
used to remove this handler