public class CollectionBrowserConfigurationLoader extends Object implements CollectionBrowserDelegateController
| Constructor and Description |
|---|
CollectionBrowserConfigurationLoader() |
CollectionBrowserConfigurationLoader(CollectionBrowserController controller)
Deprecated.
since 6.7 - not used anymore, please use @link{
CollectionBrowserConfigurationLoader()} |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionBrowserMoldContext |
createMoldContext() |
protected CollectionBrowser |
emptyCollectionBrowserConfiguration() |
protected CollectionBrowserController |
getController() |
protected void |
initializeMoldStrategy(CollectionBrowserMoldStrategy moldInstance) |
protected CollectionBrowserMoldStrategy |
instantiateMoldStrategy(String moldBeanName,
String moldClassName) |
List<CollectionBrowserMoldStrategy> |
loadAvailableMolds() |
protected CollectionBrowser |
loadCollectionBrowserConfiguration(String typeCode) |
String |
loadDefaultMold() |
Boolean |
loadEnableMultiSelect() |
protected List<CollectionBrowserMoldStrategy> |
parseAvailableMoldsConfiguration(List<Mold> moldConfigurations) |
void |
setController(CollectionBrowserController controller)
Sets Collection Browser controller
|
protected void |
validateMoldElement(String springBeanName,
String className) |
public CollectionBrowserConfigurationLoader()
@Deprecated public CollectionBrowserConfigurationLoader(CollectionBrowserController controller)
CollectionBrowserConfigurationLoader()}public List<CollectionBrowserMoldStrategy> loadAvailableMolds()
public Boolean loadEnableMultiSelect()
public String loadDefaultMold()
protected CollectionBrowser loadCollectionBrowserConfiguration(String typeCode)
protected CollectionBrowser emptyCollectionBrowserConfiguration()
protected List<CollectionBrowserMoldStrategy> parseAvailableMoldsConfiguration(List<Mold> moldConfigurations)
protected void validateMoldElement(String springBeanName, String className) throws IllegalStateException
IllegalStateExceptionprotected CollectionBrowserMoldStrategy instantiateMoldStrategy(String moldBeanName, String moldClassName)
protected void initializeMoldStrategy(CollectionBrowserMoldStrategy moldInstance)
protected CollectionBrowserMoldContext createMoldContext()
protected CollectionBrowserController getController()
public void setController(CollectionBrowserController controller)
CollectionBrowserDelegateControllersetController in interface CollectionBrowserDelegateControllercontroller - Collection Browser controller used in delegateCopyright © 2018. All rights reserved.