Class DialogFilterConditionSet<T>

  • Type Parameters:
    T - the column type.

    public class DialogFilterConditionSet<T>
    extends java.lang.Object
    This class represents the set of "or-able" filter conditions for a single column.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object