Interface ReferenceInjector
-
- All Known Implementing Classes:
DefaultReferenceInjector
public interface ReferenceInjector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectReference(TypedObject referenceValue, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, java.lang.Object locationInfo, boolean hideReadOnly, java.util.List<org.zkoss.zk.ui.HtmlBasedComponent> captionComponents)
-
-
-
Method Detail
-
injectReference
void injectReference(TypedObject referenceValue, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, java.lang.Object locationInfo, boolean hideReadOnly, java.util.List<org.zkoss.zk.ui.HtmlBasedComponent> captionComponents)
-
-