ListModel"

From Documentation
m (Created page with 'init')
 
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= ListModel =
 +
 
 +
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#g8 Listbox (Live Data)]
 +
*Java API: <javadoc>org.zkoss.zul.ListModel</javadoc>
 +
*JavaScript API: N/A
 +
 
 +
= Employment/Purpose =
 +
 
 +
This interface defines the methods that components like [#Listbox Listbox] and [#Grid Grid] use to get the content of items.
 +
 
 +
= Example =
 +
 
 +
N/A
 +
 
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
N/A
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.2
 +
| 5/18/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 05:02, 18 May 2010

ListModel

Employment/Purpose

This interface defines the methods that components like [#Listbox Listbox] and [#Grid Grid] use to get the content of items.

Example

N/A


Supported events

Name
Event Type
None None

Supported Children

N/A

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.2 5/18/2010 Initialization



Last Update : 2010/05/18

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