org.apache.cocoon.forms.binding
Class RepeaterJXPathAdapter
java.lang.Object
org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
- All Implemented Interfaces:
- RepeaterAdapter
public class RepeaterJXPathAdapter
- extends Object
- implements RepeaterAdapter
- Version:
- $Id: RepeaterJXPathAdapter.java 517733 2007-03-13 15:37:22Z
vgritsenko $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepeaterJXPathAdapter
public RepeaterJXPathAdapter()
getFilter
public RepeaterFilter getFilter()
- Specified by:
getFilter
in interface RepeaterAdapter
sortBy
public RepeaterSorter sortBy(String field)
- Specified by:
sortBy
in interface RepeaterAdapter
setBinding
public void setBinding(EnhancedRepeaterJXPathBinding binding)
- Specified by:
setBinding
in interface RepeaterAdapter
setCollection
public void setCollection(Collection c)
- Specified by:
setCollection
in interface RepeaterAdapter
setJXCollection
public void setJXCollection(RepeaterJXPathCollection collection)
- Specified by:
setJXCollection
in interface RepeaterAdapter
getItem
public RepeaterItem getItem(int i)
- Specified by:
getItem
in interface RepeaterAdapter
generateItem
public RepeaterItem generateItem(Repeater.RepeaterRow row)
- Specified by:
generateItem
in interface RepeaterAdapter
populateRow
public void populateRow(RepeaterItem item)
throws BindingException
- Specified by:
populateRow
in interface RepeaterAdapter
- Throws:
BindingException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.