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 $

Method Summary
 RepeaterItem generateItem(Repeater.RepeaterRow row)
           
 RepeaterFilter getFilter()
           
 RepeaterItem getItem(int i)
           
 void populateRow(RepeaterItem item)
           
 void setBinding(EnhancedRepeaterJXPathBinding binding)
           
 void setCollection(Collection c)
           
 void setJXCollection(RepeaterJXPathCollection collection)
           
 RepeaterSorter sortBy(String path)
           
 

Method Detail

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.