public abstract class DefaultCustomViewRenderer extends AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,ViewType,Map<String,String>>
| Constructor and Description |
|---|
DefaultCustomViewRenderer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
render(org.zkoss.zk.ui.Component parent,
ViewType customView,
Map<String,String> parameters,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
Renders a component inside parent, representing given data and complying to given ui
configuration.
|
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderpublic abstract void render(org.zkoss.zk.ui.Component parent,
ViewType customView,
Map<String,String> parameters,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
WidgetComponentRendererparent - parent component on which to rendercustomView - configuration of rendererparameters - data to be rendereddataType - meta information about type of data providedwidgetInstanceManager - widget manager in scope of which renderer is usedCopyright © 2018. All rights reserved.