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.FooterClickListener
-
All Superinterfaces:
Enclosing class:
public static interface Table.FooterClickListener extends Serializable
Interface for the listener for column footer mouse click events. The footerClick method is called when the user presses a footer column cell.
-
-
Method Summary
All Methods Modifier and Type Method Description void
footerClick(Table.FooterClickEvent event)
Called when a user clicks a footer column cell
-
-
-
Method Detail
-
footerClick
void footerClick(Table.FooterClickEvent event)
Called when a user clicks a footer column cell
Parameters:
event
- The event which contains information about the column and the mouse click event
-
-