Modifier and Type | Optional Element and Description |
---|---|
String[] |
value
Static list of options to show in the drop-down list.
|
Class<? extends ValueListProvider> |
valueListProvider
Deprecated.
use valueListProviderKey instead.
Dynamic value list provider class that can return a list of options to show in the drop-down list dynamically
from any data sources. The selected option value is converted from a
String to the return type |
String |
valueListProviderKey
Dynamic value list provider key that can be used to get a
ValueListProvider instance from the
ValueListProviderService. |
@Deprecated public abstract Class<? extends ValueListProvider> valueListProvider
String
to the return typepublic abstract String valueListProviderKey
ValueListProvider
instance from the
ValueListProviderService. That instance will return a list of options to show in the drop-down list
dynamically from any data sources. The selected option value is converted from a String
to the return
type of the annotated method.Copyright © 2012–2021 Hippo B.V. (http://www.onehippo.com). All rights reserved.