Interface NotifyingWidgetComponentRendererFactory<I extends org.zkoss.zk.ui.Component,C,D>
-
- All Superinterfaces:
WidgetComponentRendererFactory<I,C,D>
- All Known Implementing Classes:
DefaultNotifyingWidgetComponentRendererFactory
public interface NotifyingWidgetComponentRendererFactory<I extends org.zkoss.zk.ui.Component,C,D> extends WidgetComponentRendererFactory<I,C,D>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifyingWidgetComponentRenderer<I,C,D>createWidgetComponentRenderer(java.lang.String configuredRenderer)
-
-
-
Method Detail
-
createWidgetComponentRenderer
NotifyingWidgetComponentRenderer<I,C,D> createWidgetComponentRenderer(java.lang.String configuredRenderer)
- Specified by:
createWidgetComponentRendererin interfaceWidgetComponentRendererFactory<I extends org.zkoss.zk.ui.Component,C,D>
-
-