public static class AutoCompletionManager.UserInputTag extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
defaultKey |
private String |
key |
private String |
value |
Constructor and Description |
---|
UserInputTag(String key,
String value,
boolean defaultKey)
Constructor.
|
private final boolean defaultKey
public UserInputTag(String key, String value, boolean defaultKey)
key
- the tag keyvalue
- the tag valuedefaultKey
- 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.