public interface ColumnProjection
| Modifier and Type | Method and Description |
|---|---|
void |
addProjectionListener(ProjectionListener listener)
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 listener)
Remove a listener from this column projection
|
boolean include(Column col, java.lang.String name)
col - the Column to testname - the name of the columnvoid addProjectionListener(ProjectionListener listener)
listener - the listener to addvoid removeProjectionListener(ProjectionListener listener)
listener - the listener to remove