Class DateColumnConstraintProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.time.LocalDate DEFAULT_DATE
      Date object representing an invalid date.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_DATE

        public static final java.time.LocalDate DEFAULT_DATE
        Date object representing an invalid date.
    • Constructor Detail

      • DateColumnConstraintProvider

        public DateColumnConstraintProvider()
    • 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 interface ColumnConstraintProvider
        Returns:
        a collection of ColumnConstraints to be added as possible column filters.