org.zkoss.zkplus.databind
Interface CollectionItemExt
- All Superinterfaces:
- CollectionItem
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)
Returns all children items of the given Collection owner such as Grid. |
getItems
java.util.List getItems(Component owner)
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.