org.zkoss.zkex.zul
Interface ListModelSharer

All Known Implementing Classes:
SimpleListModelSharer

public interface ListModelSharer

This interface is created for sharing model to different desktop's component.
The implementation of this interface should provide built-in Server Push mechanism.

Available in ZK PE and ZK EE.

Since:
3.0.0
Author:
Dennis.Chen

Method Summary
 ListModel getProxy(Desktop desktop)
          Get a proxy which is to be used in listbox or grid of a desktop.
 int getProxyCount()
          Get the count of created proxy.
 

Method Detail

getProxy

ListModel getProxy(Desktop desktop)
Get a proxy which is to be used in listbox or grid of a desktop.

Parameters:
desktop - a desktop
Returns:
a ListModel proxy

getProxyCount

int getProxyCount()
Get the count of created proxy.

Returns:
the created proxy count


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo