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