Uses of Class
org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow

Packages that use Repeater.RepeaterRow
org.apache.cocoon.forms.binding   
org.apache.cocoon.forms.formmodel   
 

Uses of Repeater.RepeaterRow in org.apache.cocoon.forms.binding
 

Methods in org.apache.cocoon.forms.binding that return Repeater.RepeaterRow
 Repeater.RepeaterRow RepeaterItem.getRow()
           
 

Methods in org.apache.cocoon.forms.binding with parameters of type Repeater.RepeaterRow
 void RepeaterJXPathCollection.addRow(Repeater.RepeaterRow row)
           
 RepeaterItem RepeaterJXPathAdapter.generateItem(Repeater.RepeaterRow row)
           
 RepeaterItem RepeaterAdapter.generateItem(Repeater.RepeaterRow row)
           
protected  List RepeaterJXPathBinding.getIdentity(Repeater.RepeaterRow row)
          Get the identity of the given row.
 void RepeaterItem.setRow(Repeater.RepeaterRow attribute)
           
 

Uses of Repeater.RepeaterRow in org.apache.cocoon.forms.formmodel
 

Methods in org.apache.cocoon.forms.formmodel that return Repeater.RepeaterRow
 Repeater.RepeaterRow Repeater.addRow()
           
 Repeater.RepeaterRow Repeater.addRow(int index)
           
static Repeater.RepeaterRow Repeater.getParentRow(Widget widget)
          Crawls up the parents of a widget up to finding a repeater row.
 Repeater.RepeaterRow Repeater.getRow(int index)
           
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type Repeater.RepeaterRow
 int Repeater.indexOf(Repeater.RepeaterRow row)
          Get the position of a row in this repeater.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.