Interface SectionHeaderClickHandler

All Superinterfaces:
EventHandler

public interface SectionHeaderClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method fired when the user clicks on a section header.
  • Method Details

    • onSectionHeaderClick

      void onSectionHeaderClick(SectionHeaderClickEvent event)
      Notification method fired when the user clicks on a section header. Returning false will cancel the default behavior (expanding / collapsing the section)
      Parameters:
      event - the event