|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicQuery
Interface for Dynamic Query objects.
Method Summary | |
---|---|
void |
apply()
Apply the DynamicQuery to the specified FilterColumn |
Column |
getColumn()
Returns the associated Column. |
JComponent |
getComponent()
Returns the Component associated with this dynamic query. |
FilterColumn |
getFilterColumn()
|
boolean |
isFiltered(int row)
Returns true if the value at that row is filtered out. |
void |
setFilterColumn(FilterColumn filter)
|
Method Detail |
---|
Column getColumn()
FilterColumn getFilterColumn()
void setFilterColumn(FilterColumn filter)
boolean isFiltered(int row)
isFiltered
in interface RowFilter
row
- the row to check.
void apply()
FilterColumn
JComponent getComponent()
Component
associated with this dynamic query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |