Interface TableFilterDialogModelListener

All Known Implementing Classes:
ColumnFilterDialog

public interface TableFilterDialogModelListener
Listener interface for the ColumnFilterModel.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the user types into an editor component.
    void
    Invoked when any change to the structure of the ColumnFilterModel occurs such as adding entries
  • Method Details

    • 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