Constructor and Description |
---|
Hints() |
Modifier and Type | Method and Description |
---|---|
List<ValueHint> |
getKeyHints()
The list of well-defined keys, if any.
|
List<ValueProvider> |
getKeyProviders()
The value providers that are applicable to the keys of this item.
|
List<ValueHint> |
getValueHints()
The list of well-defined values, if any.
|
List<ValueProvider> |
getValueProviders()
The value providers that are applicable to this item.
|
public List<ValueHint> getKeyHints()
Map
. If no extra provider
is
specified, these values are to be considered a closed-set of the available keys for
the map.public List<ValueProvider> getKeyProviders()
Map
. Only one
ValueProvider
is enabled for a key: the first in the list that is supported
should be used.public List<ValueHint> getValueHints()
provider
is specified, these values are to be considered a closed-set of the available
values for this item.public List<ValueProvider> getValueProviders()
ValueProvider
is enabled for an item: the first in the list that is
supported should be used.