Uses of Interface
com.vaadin.ui.Table.FooterClickListener

Packages that use Table.FooterClickListener
com.vaadin.ui   
 

Uses of Table.FooterClickListener in com.vaadin.ui
 

Methods in com.vaadin.ui with parameters of type Table.FooterClickListener
 void Table.addListener(Table.FooterClickListener listener)
          Adds a footer click listener which handles the click events when the user clicks on a column footer cell in the Table.
 void Table.removeListener(Table.FooterClickListener listener)
          Removes a footer click listener
 



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