Interface SectionHeaderClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification method fired when the user clicks on a section header.
-
Method Details
-
onSectionHeaderClick
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
-