Interface DropdownListParameterConfig
-
- All Superinterfaces:
DynamicParameterConfig
public interface DropdownListParameterConfig extends DynamicParameterConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hippoecm.hst.configuration.components.DynamicParameterConfig
DynamicParameterConfig.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getSourceId()
Class<? extends ValueListProvider>
getValueListProvider()
Deprecated.String
getValueListProviderKey()
String[]
getValues()
-
Methods inherited from interface org.hippoecm.hst.configuration.components.DynamicParameterConfig
getType
-
-
-
-
Method Detail
-
getValues
String[] getValues()
-
getValueListProvider
@Deprecated Class<? extends ValueListProvider> getValueListProvider()
Deprecated.
-
getValueListProviderKey
String getValueListProviderKey()
-
getSourceId
String getSourceId()
-
-