| org.zkoss.zkex.zul.ListModelSharer
All known Subclasses: org.zkoss.zkex.zul.SimpleListModelSharer,
ListModelSharer | public interface ListModelSharer (Code) | | This interface is created for sharing model to different desktop's component.
The implementation of this interface should provide built-in Server Push mechanism.
author: Dennis.Chen since: 3.0.0 |
getProxy | ListModel getProxy(Desktop desktop)(Code) | | Get a proxy which is to be used in listbox or grid of a desktop.
Parameters: desktop - a desktop a ListModel proxy |
getProxyCount | int getProxyCount()(Code) | | Get the count of created proxy.
the created proxy count |
|
|