Interface HeaderDoubleClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidHandle a double click in the list header. 
- 
Method Details
- 
onHeaderDoubleClick
Handle a double click in the list header.By default, calls
autoFitField()ifcanAutoFitFieldsis true andheaderAutoFitEventis"doubleClick".- Parameters:
 event- the event
 
 -