public interface HasSectionHeaderClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addSectionHeaderClickHandler(SectionHeaderClickHandler handler)
Notification method fired when the user clicks on a section header.
|
fireEvent
HandlerRegistration addSectionHeaderClickHandler(SectionHeaderClickHandler handler)
handler
- the SectionHeaderClick handlerHandlerRegistration
used to remove this handler