UI Composing"

From Documentation
 
(One intermediate revision by the same user not shown)
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 [[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 by 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. For detailed information of each 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 on each individual component, please refer to the [[ZK Component Reference]].
  
 
{{ZKDevelopersReferenceHeadingToc}}
 
{{ZKDevelopersReferenceHeadingToc}}
 
{{ZKDevelopersReferencePageFooter}}
 
{{ZKDevelopersReferencePageFooter}}

Latest revision as of 03:28, 16 September 2011



Each UI object is represented by 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 on each individual component, please refer to the ZK Component Reference.




Last Update : 2011/09/16

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