|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for filtering only a subset of a Table columns, computing a projection of the available data fields. Used in conjunction with CascadedTable instances to control what fields are inherited from a parent table.
| Method Summary | |
void |
addProjectionListener(ProjectionListener lstnr)
Add a listener to this column projection |
boolean |
include(Column col,
java.lang.String name)
Determine if the given Column should be included. |
void |
removeProjectionListener(ProjectionListener lstnr)
Remove a listener from this column projection |
| Method Detail |
public boolean include(Column col,
java.lang.String name)
col - the Column to testname - the name of the column
public void addProjectionListener(ProjectionListener lstnr)
lstnr - the listener to addpublic void removeProjectionListener(ProjectionListener lstnr)
lstnr - the listener to remove
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||