Interface Field.Recommender

    • Method Detail

      • validValues

        List<Object> validValues​(Field field,
                                 Configuration config)
        Return a set of recommended (and valid) values for the field given the current configuration values.
        Parameters:
        field - the field for which the recommended values are to be found; may not be null
        config - the configuration; may not be null
        Returns:
        the list of valid values
      • visible

        boolean visible​(Field field,
                        Configuration config)
        Set the visibility of the field given the current configuration values.
        Parameters:
        field - the field; may not be null
        config - the configuration; may not be null
        Returns:
        true if the field is to be visible, or false otherwise