public interface IFilterHeaderObserver
A ITableFilterHeaderObserver instance receives notifications when the
associated IFilterEditor
instances are
created, destroyed, or update the held filter.
Modifier and Type | Method and Description |
---|---|
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 |
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 TableColumn
void 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 TableColumn
void 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