public class EnumDropdownValuesProvider extends Object implements DropdownValuesProvider
| Constructor and Description |
|---|
EnumDropdownValuesProvider() |
| Modifier and Type | Method and Description |
|---|---|
PlatformEnumValueResolver |
getPlatformEnumValueResolver() |
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.
|
void |
setPlatformEnumValueResolver(PlatformEnumValueResolver platformEnumValueResolver) |
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 optionspublic PlatformEnumValueResolver getPlatformEnumValueResolver()
public void setPlatformEnumValueResolver(PlatformEnumValueResolver platformEnumValueResolver)
Copyright © 2017 SAP SE. All Rights Reserved.