com.smartgwt.client.widgets.layout.events
Interface HasSectionHeaderClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
SectionStack

public interface HasSectionHeaderClickHandlers
extends HasHandlers


Method Summary
 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)
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

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 onSectionHeaderClick handler
Returns:
HandlerRegistration used to remove this handler