Class DoNothingColumnConstraintEditor<T>

  • Type Parameters:
    T - the column type.
    All Implemented Interfaces:
    ColumnConstraintEditor<T>

    public class DoNothingColumnConstraintEditor<T>
    extends AbstractColumnConstraintEditor<T>
    Editor for constraints that don't have a value that needs editing. The "IsEmpty" constraint is an example of a constraint that doesn't need an editor.