In Pure Java

From Documentation
Revision as of 03:26, 20 May 2010 by Tmillsclare (talk | contribs) (Created page with 'It is also possible to create XHTML components in Java. The XHTML components are mapped to classes by ZK which means you can implement something like this: <source lang="java"> …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It is also possible to create XHTML components in Java. The XHTML components are mapped to classes by ZK which means you can implement something like this:

Td myTd = new Td();

This enables you to use XHTML components from ZUL or within Java just like anything ZK related. Next let’s explore the different between using XUL components and XTML components.