Package com.vaadin.v7.ui
Interface Table.FooterClickListener
-
- All Superinterfaces:
EventListener,Serializable,SerializableEventListener
- Enclosing class:
- Table
@Deprecated public static interface Table.FooterClickListener extends SerializableEventListener
Deprecated.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 Deprecated Methods Modifier and Type Method Description voidfooterClick(Table.FooterClickEvent event)Deprecated.Called when a user clicks a footer column cell.
-
-
-
Method Detail
-
footerClick
void footerClick(Table.FooterClickEvent event)
Deprecated.Called when a user clicks a footer column cell.- Parameters:
event- The event which contains information about the column and the mouse click event
-
-