public class BeansDropdownValuesProvider extends java.lang.Object implements DropdownValuesProvider
DropdownValuesProvider. Provides all beans for given type.| Constructor and Description |
|---|
BeansDropdownValuesProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getValues(java.lang.String dropDownValueClassTypes)
Returns values to be displayed in configurable dropdown.
|
java.util.List<java.lang.Object> |
getValues(java.lang.String dropDownValueClassTypes,
java.util.Map<java.lang.String,java.lang.String> options)
Returns values to be displayed in configurable dropdown.
|
protected java.lang.String |
resolveProviderName(java.lang.String beanName) |
void |
setApplicationContext(ApplicationContext applicationContext) |
public void setApplicationContext(ApplicationContext applicationContext)
public java.util.List<java.lang.Object> getValues(java.lang.String dropDownValueClassTypes)
DropdownValuesProvidergetValues in interface DropdownValuesProviderdropDownValueClassTypes - - class type of values.public java.util.List<java.lang.Object> getValues(java.lang.String dropDownValueClassTypes,
java.util.Map<java.lang.String,java.lang.String> options)
DropdownValuesProvidergetValues in interface DropdownValuesProviderdropDownValueClassTypes - - class type of values. * @param options - dropdown optionsoptions - - dropdown optionsprotected java.lang.String resolveProviderName(java.lang.String beanName)
Copyright © 2018 SAP SE. All Rights Reserved.