org.apache.cocoon.forms.binding
Interface RepeaterAdapter
- All Known Implementing Classes:
- RepeaterJXPathAdapter
public interface RepeaterAdapter
- Version:
- $Id: RepeaterAdapter.java 450256 2006-09-26 23:51:18Z vgritsenko $
setBinding
void setBinding(EnhancedRepeaterJXPathBinding binding)
setJXCollection
void setJXCollection(RepeaterJXPathCollection collection)
setCollection
void setCollection(Collection c)
sortBy
RepeaterSorter sortBy(String path)
getFilter
RepeaterFilter getFilter()
getItem
RepeaterItem getItem(int i)
generateItem
RepeaterItem generateItem(Repeater.RepeaterRow row)
populateRow
void populateRow(RepeaterItem item)
throws BindingException
- Throws:
BindingException
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.