We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.
Interface Table.HeaderClickListener
All Superinterfaces:
Enclosing class:
- extends Serializable
public static interface Table.HeaderClickListener
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 | |
---|---|
void |
headerClick(Table.HeaderClickEvent event)
Called when a user clicks a header column cell |
Method Detail |
---|
headerClick
void headerClick(Table.HeaderClickEvent event)
- Parameters:
event
- The event which contains information about the column and the mouse click event
Called when a user clicks a header column cell