Package de.hybris.platform.cockpit.util
Interface ComponentInjector
-
- All Known Implementing Classes:
CMSContentEditorInjector,CMSStructViewInjector
public interface ComponentInjectorCreates and injects ZK Components. Should be used when wanting to inject components dynamically e.g. from a dynamically parsed zul snippet.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTESstatic java.lang.StringCODEstatic java.lang.StringVALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectComponent(org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Map<java.lang.String,? extends java.lang.Object> params)
-
-
-
Field Detail
-
CODE
static final java.lang.String CODE
- See Also:
- Constant Field Values
-
VALUE
static final java.lang.String VALUE
- See Also:
- Constant Field Values
-
ATTRIBUTES
static final java.lang.String ATTRIBUTES
- See Also:
- Constant Field Values
-
-