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
public void setBinding(EnhancedRepeaterJXPathBinding binding)
setJXCollection
public void setJXCollection(RepeaterJXPathCollection collection)
setCollection
public void setCollection(Collection c)
sortBy
public RepeaterSorter sortBy(String path)
getFilter
public RepeaterFilter getFilter()
getItem
public RepeaterItem getItem(int i)
generateItem
public RepeaterItem generateItem(Repeater.RepeaterRow row)
populateRow
public void populateRow(RepeaterItem item)
throws BindingException
- Throws:
BindingException
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.