UI Composing"
From Documentation
(Created page with '{{ZKDevelopersReferencePageHeader}} Each UI object is represented with a component (<javadoc type="interface">org.zkoss.zk.ui.Component</javadoc>). In this section we will discus…') |
m |
||
Line 1: | Line 1: | ||
{{ZKDevelopersReferencePageHeader}} | {{ZKDevelopersReferencePageHeader}} | ||
− | Each UI object is represented with a component (<javadoc type="interface">org.zkoss.zk.ui.Component</javadoc>). In this section we will discuss how to declare UI, including XML-based approach or pure-Java approach. | + | Each UI object is represented with a component (<javadoc type="interface">org.zkoss.zk.ui.Component</javadoc>). In this section we will discuss how to declare UI, including [[ZK Developer's Reference/UI Composing/ZUML|XML-based approach]] or [[ZK Developer's Reference/UI Composing/Richlet|pure-Java approach]]. |
{{ZKDevelopersReferenceHeadingToc}} | {{ZKDevelopersReferenceHeadingToc}} | ||
{{ZKDevelopersReferencePageFooter}} | {{ZKDevelopersReferencePageFooter}} |
Revision as of 04:47, 8 November 2010
Each UI object is represented with a component (Component). In this section we will discuss how to declare UI, including XML-based approach or pure-Java approach.