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