Class DefaultPropertyInjector
java.lang.Object
de.hybris.platform.cmscockpit.injectors.impl.DefaultPropertyInjector
- All Implemented Interfaces:
PropertyInjector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.HtmlBasedComponentprotected TypeServiceprotected UIAccessRightServicevoidinjectProperty(TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, ObjectValueContainer valueContainer, Object locationInfo, boolean hideReadOnly, boolean autoPersist, Map<String, ? extends Object> params) voidsetRootComponent(org.zkoss.zk.ui.HtmlBasedComponent rootComponent)
-
Constructor Details
-
DefaultPropertyInjector
public DefaultPropertyInjector() -
DefaultPropertyInjector
public DefaultPropertyInjector(org.zkoss.zk.ui.HtmlBasedComponent rootComponent)
-
-
Method Details
-
getRootComponent
public org.zkoss.zk.ui.HtmlBasedComponent getRootComponent() -
setRootComponent
public void setRootComponent(org.zkoss.zk.ui.HtmlBasedComponent rootComponent) -
injectProperty
public void injectProperty(TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, ObjectValueContainer valueContainer, Object locationInfo, boolean hideReadOnly, boolean autoPersist, Map<String, ? extends Object> params) - Specified by:
injectPropertyin interfacePropertyInjector
-
getUiAccessRightService
-
getTypeService
-
getValueService
-