Groups Model"

From Documentation
m
m
Line 2: Line 2:
  
 
Here we describe how to implement a groups model (<javadoc type="interface">org.zkoss.zul.GroupsModel</javadoc>). For the concept about component, model and render, please refer to [[ZK_Developer's_Reference/MVC/Model/List_Model#Model-driven_Display|the Model-driven Display section]].
 
Here we describe how to implement a groups model (<javadoc type="interface">org.zkoss.zul.GroupsModel</javadoc>). For the concept about component, model and render, please refer to [[ZK_Developer's_Reference/MVC/Model/List_Model#Model-driven_Display|the Model-driven Display section]].
 +
 +
A groups model is used to drive components that support a list of grouped data, such as <javadoc>org.zkoss.zul.Listbox</javadoc> and <javadoc>org.zkoss.zul.Grid</javadoc>. Here is [http://www.zkoss.org/zkdemo/grid/grouping an example].
 +
 
=Version History=
 
=Version History=
 
{{LastUpdated}}
 
{{LastUpdated}}

Revision as of 05:15, 30 December 2010

Here we describe how to implement a groups model (GroupsModel). For the concept about component, model and render, please refer to the Model-driven Display section.

A groups model is used to drive components that support a list of grouped data, such as Listbox and Grid. Here is an example.

Version History

Last Update : 2010/12/30


Version Date Content
     



Last Update : 2010/12/30

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