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

All Superinterfaces:
EventHandler

public interface SectionHeaderClickHandler
extends EventHandler


Method Summary
 void onSectionHeaderClick(SectionHeaderClickEvent event)
          Notification method fired when the user clicks on a section header.
 

Method Detail

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