|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableFilter<T>
A filter for FilterableTableModel
. This filter tells you the value's column and row index in case you
need them when determining if the value should be filtered. Of course, if you don't need column index and row index
when filtering a value, you can just use a regular Filter
.
Field Summary |
---|
Fields inherited from interface com.jidesoft.filter.Filter |
---|
ALL, CUSTOM, NULL, SEPARATOR |
Method Summary | |
---|---|
int |
getColumnIndex()
Gets the column index. |
int |
getRowIndex()
Gets the row index. |
void |
setColumnIndex(int columnIndex)
Sets the column index in TableModel. |
void |
setRowIndex(int rowIndex)
Sets the row index in TableModel. |
Methods inherited from interface com.jidesoft.filter.Filter |
---|
addFilterListener, clone, getFilterFactory, getFilterFactoryName, getName, getPreference, isEnabled, isValueFiltered, removeFilterListener, setEnabled, setFilterFactory, setFilterFactoryName, setName, setPreference, stricterThan |
Method Detail |
---|
void setColumnIndex(int columnIndex)
columnIndex
- the column indexvoid setRowIndex(int rowIndex)
rowIndex
- the row indexint getColumnIndex()
int getRowIndex()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |