|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFilterHeaderObserver
A ITableFilterHeaderObserver instance receives notifications when the
associated IFilterEditor instances are
created, destroyed, or update the held filter.
| Method Summary | |
|---|---|
void |
tableFilterEditorCreated(TableFilterHeader header,
IFilterEditor editor,
TableColumn tableColumn)
Informs the observer than a new filter editor is created |
void |
tableFilterEditorExcluded(TableFilterHeader header,
IFilterEditor editor,
TableColumn tableColumn)
Informs the observer than an existing filter editor has been excluded from the filter header |
void |
tableFilterUpdated(TableFilterHeader header,
IFilterEditor editor,
TableColumn tableColumn)
Notification made by the IFilterEditor when the filter's content is
updated |
| Method Detail |
|---|
void tableFilterEditorCreated(TableFilterHeader header, IFilterEditor editor, TableColumn tableColumn)
Informs the observer than a new filter editor is created
header - the associated table filter headereditor - tableColumn - the associated TableColumnvoid tableFilterEditorExcluded(TableFilterHeader header, IFilterEditor editor, TableColumn tableColumn)
Informs the observer than an existing filter editor has been excluded from the filter header
header - the associated table filter headereditor - tableColumn - the associated TableColumnvoid tableFilterUpdated(TableFilterHeader header, IFilterEditor editor, TableColumn tableColumn)
Notification made by the IFilterEditor when the filter's content is
updated
header - the associated table filter headereditor - the observable instancetableColumn - the associated TableColumn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||