Data"

From Documentation
m (Created page with 'init')
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
This section outlines components which are designed to handle data display.
 +
 
 +
[[ZK Component Reference/Data/Grid|Grid]] and [[ZK Component Reference/Data/Listbox|listbox]] are both used to display tabular data, while [[ZK Component Reference/Data/Tree|tree]] to display hierarchical data. However, both listbox and tree allow the user to select one or multiple items it displays, while grid doesn't.
 +
 
 +
[[ZK Component Reference/Data/Grid|Grid]],  [[ZK Component Reference/Data/Listbox|listbox]] and [[ZK Component Reference/Data/Tree|tree]] all allow developers to separate long content into multiple pages. For more information, please refer to the [[ZK Component Reference/Supplementary/Paging|Paging]] component.
 +
 
 +
{{ZKComponentReferenceHeadingToc}}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Latest revision as of 03:13, 21 December 2010

This section outlines components which are designed to handle data display.

Grid and listbox are both used to display tabular data, while tree to display hierarchical data. However, both listbox and tree allow the user to select one or multiple items it displays, while grid doesn't.

Grid, listbox and tree all allow developers to separate long content into multiple pages. For more information, please refer to the Paging component.





Last Update : 2010/12/21

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