Package com.vaadin.ui
Interface Table.HeaderClickListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Table
public static interface Table.HeaderClickListener extends Serializable
Interface for the listener for column header mouse click events. The headerClick method is called when the user presses a header column cell.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidheaderClick(Table.HeaderClickEvent event)Called when a user clicks a header column cell
-
-
-
Method Detail
-
headerClick
void headerClick(Table.HeaderClickEvent event)
Called when a user clicks a header column cell- Parameters:
event- The event which contains information about the column and the mouse click event
-
-