public interface WidgetChildrenContainerRenderer
Widgetchildren component. Implement this interface and register it in
spring to add your own children renderer to the engine.| Modifier and Type | Method and Description |
|---|---|
void |
render(Widgetchildren childrenComponent,
List<WidgetInstance> children,
Map<String,Object> ctx)
Renders the
Widgetchildren component and its child widgets. |
void render(Widgetchildren childrenComponent, List<WidgetInstance> children, Map<String,Object> ctx)
Widgetchildren component and its child widgets.childrenComponent - The Widgetchildren component (usually defined as <widgetchildren> tag within zul).children - The corresponding child widgets for this container.ctx - Additional context informationCopyright © 2018. All rights reserved.