Class ListFilter


  • public class ListFilter
    extends java.lang.Object
    A data-object that holds data related to list filtering
    • Constructor Summary

      Constructors 
      Constructor Description
      ListFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty()
      Returns the name of the property used for filtering
      java.lang.String getValue()
      Returns the value of the property used for filtering
      ListFilter property​(java.lang.String p)
      Sets the property used for list filtering
      ListFilter value​(java.lang.String v)
      Sets the value of the property used for filtering
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListFilter

        public ListFilter()
    • Method Detail

      • property

        public ListFilter property​(java.lang.String p)
        Sets the property used for list filtering
        Parameters:
        p - a String representing the name of the property
        Returns:
        an instance of this object
      • value

        public ListFilter value​(java.lang.String v)
        Sets the value of the property used for filtering
        Parameters:
        v - a String representation of the value of the property
        Returns:
        an instance of this object
      • getProperty

        public java.lang.String getProperty()
        Returns the name of the property used for filtering
        Returns:
        a String representing the name of the property
      • getValue

        public java.lang.String getValue()
        Returns the value of the property used for filtering
        Returns:
        a String representing the value of the property