Class StringColumnConstraintProvider

    • Constructor Detail

      • StringColumnConstraintProvider

        public StringColumnConstraintProvider()
    • 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.