org.apache.cocoon.forms.binding
Interface RepeaterAdapter
- All Known Implementing Classes:
- RepeaterJXPathAdapter
public interface RepeaterAdapter
- Version:
- $Id: RepeaterAdapter.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.