Package de.mhus.lib.form
Class ActivatorAdapterProvider
- java.lang.Object
-
- de.mhus.lib.form.ActivatorAdapterProvider
-
- All Implemented Interfaces:
ComponentAdapterProvider
public class ActivatorAdapterProvider extends Object implements ComponentAdapterProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected MActivatoractivator
-
Constructor Summary
Constructors Constructor Description ActivatorAdapterProvider(MActivator activator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiComponentcreateComponent(String id, IConfig config)UiWizardcreateWizard(String obj)MActivatorgetActivator()ComponentAdaptergetAdapter(String id)
-
-
-
Field Detail
-
activator
protected MActivator activator
-
-
Constructor Detail
-
ActivatorAdapterProvider
public ActivatorAdapterProvider(MActivator activator)
-
-
Method Detail
-
createComponent
public UiComponent createComponent(String id, IConfig config) throws Exception
- Specified by:
createComponentin interfaceComponentAdapterProvider- Throws:
Exception
-
getAdapter
public ComponentAdapter getAdapter(String id) throws Exception
- Specified by:
getAdapterin interfaceComponentAdapterProvider- Throws:
Exception
-
createWizard
public UiWizard createWizard(String obj) throws Exception
- Specified by:
createWizardin interfaceComponentAdapterProvider- Throws:
Exception
-
getActivator
public MActivator getActivator()
-
-