Renderer

From Documentation
Revision as of 04:36, 8 May 2023 by Hawk (talk | contribs)

A renderer is a Java class that produces child items based on a data model. It renders your data into View. There are 2 kinds of renderers:

  1. . Render child components: like ListitemRenderer, RowRenderer
  2. . Render HTML snippets: ListitemRenderer.

The implementation of a renderer depends on the component. For example, the display of Listbox can be customized by an implementation of ListitemRenderer, and Grid by RowRenderer.

If you prefer to define the rendering of each item in the ZUML document, you can use templates instead.




Last Update : 2023/05/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.