UI Composing"

From Documentation
m
m
Line 2: Line 2:
 
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]].
 
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]].
  
This section describes more general and overall concepts of UI composing. For more detailed and specific topics, please refer to the [[ZK Developer's Reference/UI Patterns|UI Patterns]] section, or [[ZK Component Reference]].
+
This section describes more general and overall concepts of UI composing. For more detailed and specific topics, please refer to the [[ZK Developer's Reference/UI Patterns|UI Patterns]] section, or [[ZK Component Reference/Introduction|ZK Component Reference: Introduction]].
  
 
{{ZKDevelopersReferenceHeadingToc}}
 
{{ZKDevelopersReferenceHeadingToc}}
 
{{ZKDevelopersReferencePageFooter}}
 
{{ZKDevelopersReferencePageFooter}}

Revision as of 06:14, 8 December 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.

This section describes more general and overall concepts of UI composing. For more detailed and specific topics, please refer to the UI Patterns section, or ZK Component Reference: Introduction.




Last Update : 2010/12/08

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