Class FiltersContributionParameters


  • public abstract class FiltersContributionParameters
    extends java.lang.Object
    A MarkerFieldParameters is a class that specifies a Map of parameters to be passed to a MarkerFieldFilter.
    Since:
    3.4
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.Map getParameterValues()
      Returns a map keyed names for parameter values.
      • Methods inherited from class java.lang.Object

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

      • FiltersContributionParameters

        public FiltersContributionParameters()
    • Method Detail

      • getParameterValues

        public abstract java.util.Map getParameterValues()
        Returns a map keyed names for parameter values. The values should be actual values that will be interpreted by the MarkerFieldFilter these parameters are designed for. Note that these parameters will be sent to the MarkerFieldFilter for every visible MarkerField in a markers view.
        Returns:
        A map of the name of the parameter value (String) to the actual value of the parameter (String).