|
||||||||||
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
FilterEditor
instances are created, destroyed,
or update the held filter.
Method Summary | |
---|---|
void |
tableFilterEditorCreated(TableFilterHeader header,
FilterEditor editor)
Informs the observer than a new filter editor is created |
void |
tableFilterEditorExcluded(TableFilterHeader header,
FilterEditor editor)
Informs the observer than an existing filter editor has been excluded from the filter header |
void |
tableFilterUpdated(TableFilterHeader header,
FilterEditor editor)
Notification made by the FilterEditor
when the filter's content is updated |
Method Detail |
---|
void tableFilterEditorCreated(TableFilterHeader header, FilterEditor editor)
Informs the observer than a new filter editor is created
header
- the associated table filter headereditor
- void tableFilterEditorExcluded(TableFilterHeader header, FilterEditor editor)
Informs the observer than an existing filter editor has been excluded from the filter header
header
- the associated table filter headereditor
- void tableFilterUpdated(TableFilterHeader header, FilterEditor editor)
Notification made by the FilterEditor
when the filter's content is updated
header
- the associated table filter headereditor
- the observable instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |