Class DateColumnConstraintProvider
java.lang.Object
docking.widgets.table.constraint.provider.DateColumnConstraintProvider
- All Implemented Interfaces:
ColumnConstraintProvider
,ExtensionPoint
Provides Date related column constraints.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LocalDate
Date object representing an invalid date. -
Constructor Summary
-
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.
-
Field Details
-
DEFAULT_DATE
Date object representing an invalid date.
-
-
Constructor Details
-
DateColumnConstraintProvider
public DateColumnConstraintProvider()
-
-
Method Details
-
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.
-