public class BeansDropdownValuesProvider extends Object implements DropdownValuesProvider
DropdownValuesProvider. Provides all beans for given type.| Constructor and Description |
|---|
BeansDropdownValuesProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getValues(String dropDownValueClassTypes)
Returns values to be displayed in configurable dropdown.
|
List<Object> |
getValues(String dropDownValueClassTypes,
Map<String,String> options)
Returns values to be displayed in configurable dropdown.
|
public List<Object> getValues(String dropDownValueClassTypes)
DropdownValuesProvidergetValues in interface DropdownValuesProviderdropDownValueClassTypes - - class type of values.public List<Object> getValues(String dropDownValueClassTypes, Map<String,String> options)
DropdownValuesProvidergetValues in interface DropdownValuesProviderdropDownValueClassTypes - - class type of values. * @param options - dropdown optionsoptions - - dropdown optionsCopyright © 2017 SAP SE. All Rights Reserved.