Interface TableFilterContext


  • public interface TableFilterContext
    T Provides additional information (context) to column filter constraint objects. This allows the possibility for ColumnConstraint objects to make filtering decisions based on information other than just the column value. For example, the column value might be a key into some other data mapping.
    • Method Detail

      • getDataSource

        java.lang.Object getDataSource()
        Returns the table's data source object if it has one; otherwise it returns null.
        Returns:
        the table's data source object if it has one; otherwise it returns null.
        See Also:
        GDynamicColumnTableModel.getDataSource()