public static class AutoCompletionManager.UserInputTag extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
defaultKey |
private java.lang.String |
key |
private java.lang.String |
value |
| Constructor and Description |
|---|
UserInputTag(java.lang.String key,
java.lang.String value,
boolean defaultKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private final java.lang.String key
private final java.lang.String value
private final boolean defaultKey
public UserInputTag(java.lang.String key, java.lang.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.