Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.filter
Interface FilterHeaderCallback

All Known Implementing Classes:
AndFilterHeaderCallback, ColumnFilterHeaderModel, CustomPopupFilterHeaderModel, FilterHeaderModel, LevelColumnFilterHeaderModel, PopupFilterHeaderModel, PopupTreeFilterHeaderModel, TreeFilterHeaderModel

public interface FilterHeaderCallback

This interface defines a method that is called when a mouse event is detected on the table's header. Implementors should determine if the mouse event targets the filter component on the header and in that case display the filter options to the user.


Method Summary
 boolean shouldProcessEvent(MouseEvent e)
          Determines whether the mouse event generated on the table's header should be propagated.
 

Method Detail

shouldProcessEvent

boolean shouldProcessEvent(MouseEvent e)
Determines whether the mouse event generated on the table's header should be propagated.

Parameters:
e - the mouse event.
Returns:
true if the event is to be processed, false otherwise.

Copyright © 2011 Citra Technologies. All Rights Reserved.