Class BooleanMatchColumnConstraintProvider
- java.lang.Object
-
- docking.widgets.table.constraint.provider.BooleanMatchColumnConstraintProvider
-
- All Implemented Interfaces:
ColumnConstraintProvider
,ExtensionPoint
public class BooleanMatchColumnConstraintProvider extends java.lang.Object implements ColumnConstraintProvider
Provides boolean related column constraints.
-
-
Constructor Summary
Constructors Constructor Description BooleanMatchColumnConstraintProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ColumnConstraint<?>>
getColumnConstraints()
Returns a collection of ColumnConstraints that will be used by the table column filtering feature to filter tables based on column values.
-
-
-
Method Detail
-
getColumnConstraints
public java.util.Collection<ColumnConstraint<?>> getColumnConstraints()
Description copied from interface:ColumnConstraintProvider
Returns a collection of ColumnConstraints that will be used by the table column filtering feature to filter tables based on column values.- Specified by:
getColumnConstraints
in interfaceColumnConstraintProvider
- Returns:
- a collection of ColumnConstraints to be added as possible column filters.
-
-