UI Composing"

From Documentation
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]] and [[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]] and [[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. Fore detailed information of individual component, please refer to [[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. For detailed information of each individual component, please refer to [[ZK Component Reference]].
  
 
{{ZKDevelopersReferenceHeadingToc}}
 
{{ZKDevelopersReferenceHeadingToc}}
 
{{ZKDevelopersReferencePageFooter}}
 
{{ZKDevelopersReferencePageFooter}}

Revision as of 08:46, 20 July 2011



Each UI object is represented with a component (Component). In this section we will discuss how to declare UI, including XML-based approach and 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. For detailed information of each individual component, please refer to ZK Component Reference.




Last Update : 2011/07/20

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