Package com.vaadin.ui
Interface Table.FooterClickListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Table
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 Instance Methods Abstract Methods Modifier and Type Method Description voidfooterClick(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
-
-