Interface TableFilterDialogModelListener
-
- All Known Implementing Classes:
ColumnFilterDialog
public interface TableFilterDialogModelListenerListener interface for the ColumnFilterModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideditorValueChanged(ColumnConstraintEditor<?> editor)Invoked when the user types into an editor component.voidstructureChanged()Invoked when any change to the structure of the ColumnFilterModel occurs such as adding entries
-
-
-
Method Detail
-
editorValueChanged
void editorValueChanged(ColumnConstraintEditor<?> editor)
Invoked when the user types into an editor component.- Parameters:
editor- the editor whose component has changed.
-
structureChanged
void structureChanged()
Invoked when any change to the structure of the ColumnFilterModel occurs such as adding entries
-
-