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
 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


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.