Class NumberColumnConstraintProvider
java.lang.Object
docking.widgets.table.constraint.provider.NumberColumnConstraintProvider
- All Implemented Interfaces:
ColumnConstraintProvider,ExtensionPoint
Provides number related column constraints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a collection of ColumnConstraints that will be used by the table column filtering feature to filter tables based on column values.
-
Constructor Details
-
NumberColumnConstraintProvider
public NumberColumnConstraintProvider()
-
-
Method Details
-
getColumnConstraints
Description copied from interface:ColumnConstraintProviderReturns a collection of ColumnConstraints that will be used by the table column filtering feature to filter tables based on column values.- Specified by:
getColumnConstraintsin interfaceColumnConstraintProvider- Returns:
- a collection of ColumnConstraints to be added as possible column filters.
-