Interface HasSectionHeaderClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
SectionStack
-
Method Summary
Modifier and TypeMethodDescriptionNotification method fired when the user clicks on a section header.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addSectionHeaderClickHandler
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
-