public interface IFilterConfigurationListEditor
| Modifier and Type | Method and Description |
|---|---|
void |
editConfigurations(IFilterConfigurationMapper fcMapper)
Displays a list of all available configurations in a given
FilterConfigurationMapper and allow to edit them. |
String |
editConfigurations(IFilterConfigurationMapper fcMapper,
String configId)
Displays a list of all available configurations in a given
FilterConfigurationMapper, allow to edit them
and to select one. |
void editConfigurations(IFilterConfigurationMapper fcMapper)
FilterConfigurationMapper and allow to edit them.fcMapper - the IFilterConfigurationMapper to use.String editConfigurations(IFilterConfigurationMapper fcMapper, String configId)
FilterConfigurationMapper, allow to edit them
and to select one.fcMapper - the IFilterConfigurationMapper to use.configId - the configuration id to start with (can be null or empty).Copyright © 2021. All rights reserved.