Package docking.widgets.table.constraint
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 Summary
Modifier and TypeMethodDescriptionReturns the table's data source object if it has one; otherwise it returns null.
-
Method Details
-
getDataSource
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:
-