View

From Documentation
Revision as of 02:52, 29 December 2010 by Tomyeh (talk | contribs) (Created page with '{{ZKDevelopersReferencePageHeader}} The view is the UI of an application. It totally depends on the application's requirements. As described in [[ZK Developer's Reference/MVC/M…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The view is the UI of an application. It totally depends on the application's requirements.

As described in the Model section, many ZK components could operate based on models, such as Listbox. In additions, you could customize their visual representation by providing an implementation of so-called renderer. The renderer depends on the component. For example, the display of Listbox can be customized by an implementation of ListitemRenderer, and Grid by RowRenderer[1].




  1. The same model usually can be shared by components having the same logic model. For example, [Javadoc Error! type should either be a class or an interface] can be used in both Grid and Listbox. However, a renderer is usually specific to a particular component.</javadoc>.



Last Update : 2010/12/29

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