org.zkoss.zkplus.databind
Interface CollectionItemExt

All Superinterfaces:
CollectionItem

Deprecated. As of release 7.0.0, replace with new ZK binding.

public interface CollectionItemExt
extends CollectionItem

This interface is an enhanced version of the original CollectionItem interface that provides a way that will speed up the processing under some collection in collection condition.

Since:
3.0.6
Author:
henrichen
See Also:
CollectionItem, DataBinder

Method Summary
 java.util.List getItems(Component owner)
          Deprecated.  Returns all children items of the given Collection owner such as Grid.
 
Methods inherited from interface org.zkoss.zkplus.databind.CollectionItem
getComponentAtIndexByOwner, getComponentCollectionOwner, getModelByOwner, setupBindingRenderer
 

Method Detail

getItems

java.util.List getItems(Component owner)
Deprecated. 

Returns all children items of the given Collection owner such as Grid.

Parameters:
owner - Collection owner component such as Grid.
Returns:
children items of the given Collection owner.
Since:
3.0.6


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