Class ShowElementByNameFunction

    • Constructor Detail

      • ShowElementByNameFunction

        public ShowElementByNameFunction()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getField

        public String getField()
        Deprecated.
        Returns the name of the field from where the compare value is read.
        Returns:
        the name of the field.
      • setField

        public void setField​(String field)
        Deprecated.
        Defines the name of the field from where the compare value is read.
        Parameters:
        field - the name of the field.
      • setValues

        public void setValues​(int index,
                              Object value)
        Deprecated.
        Defines one of the values that hide the element. This defines the value at the given index in the list.
        Parameters:
        value - the compare value.
        index - the position in the list of all values.
      • getValues

        public Object getValues​(int index)
        Deprecated.
        Returns one of the values that hide the element. This returns the defined value at the given index in the list.
        Parameters:
        index - the position in the list of all values.
        Returns:
        the value at the given position.
      • getValues

        public Object[] getValues()
        Deprecated.
        Returns all known compare values as array.
        Returns:
        the values as array.
      • setValues

        public void setValues​(Object[] values)
        Deprecated.
        Defines all values using the object from the value-array.
        Parameters:
        values - the new list of compare values.
      • getValuesCount

        public int getValuesCount()
        Deprecated.
        Returns the number of values in the compare list.
        Returns:
        the number of values.