public interface DropdownValuesProvider
| 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.
|
List<Object> getValues(String dropDownValueClassTypes)
dropDownValueClassTypes - - class type of values.List<Object> getValues(String dropDownValueClassTypes, Map<String,String> options)
dropDownValueClassTypes - - class type of values. * @param options - dropdown optionsoptions - - dropdown optionsCopyright © 2017 SAP SE. All Rights Reserved.