JIDE 3.5.15

com.jidesoft.grid
Interface FilterEditor

All Known Implementing Classes:
CustomFilterEditor, TableCustomFilterEditor

public interface FilterEditor

The FilterEditor interface for the JComponents that edits the filters to implement.

Since:
3.4.1

Method Summary
 Filter[] getFilters()
          Gets the filters from the FilterEditor.
 void setFilters(Filter[] filters)
          Sets the filters to the FilterEditor, which will update the JComponent accordingly.
 void setObjectGrouper(ObjectGrouper objectGrouper)
          Sets the ObjectGrouper used by the FilterEditor.
 

Method Detail

getFilters

Filter[] getFilters()
Gets the filters from the FilterEditor.

Returns:
the filter array.

setFilters

void setFilters(Filter[] filters)
Sets the filters to the FilterEditor, which will update the JComponent accordingly.

Parameters:
filters - the filters

setObjectGrouper

void setObjectGrouper(ObjectGrouper objectGrouper)
Sets the ObjectGrouper used by the FilterEditor.

Parameters:
objectGrouper - the ObjectGrouper instance
Since:
3.4.7

JIDE 3.5.15