Interface HasSectionHeaderClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
SectionStack

public interface HasSectionHeaderClickHandlers extends HasHandlers
  • Method Details

    • addSectionHeaderClickHandler

      HandlerRegistration addSectionHeaderClickHandler(SectionHeaderClickHandler handler)
      Notification method fired when the user clicks on a section header. Returning false will cancel the default behavior (expanding / collapsing the section)
      Parameters:
      handler - the SectionHeaderClick handler
      Returns:
      HandlerRegistration used to remove this handler