Class AutoCompletionManager.UserInputTag

    • Constructor Detail

      • UserInputTag

        public UserInputTag​(String key,
                            String value,
                            boolean defaultKey)
        Constructor.
        Parameters:
        key - the tag key
        value - the tag value
        defaultKey - true, if the key was not really entered by the user, e.g. for preset text fields. In this case, the key will not get any higher priority, just the value.