public static interface Table.HeaderClickListener extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
headerClick(Table.HeaderClickEvent event)
Called when a user clicks a header column cell
|
void headerClick(Table.HeaderClickEvent event)
event
- The event which contains information about the column and
the mouse click eventCopyright © 2021 Vaadin Ltd. All rights reserved.