org.apache.cocoon.forms.binding
Class RepeaterItem

java.lang.Object
  extended byorg.apache.cocoon.forms.binding.RepeaterItem

public class RepeaterItem
extends Object

Version:
$Id: RepeaterItem.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
RepeaterItem(Object handle)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.commons.jxpath.JXPathContext getContext()
           
 Object getHandle()
           
 Repeater.RepeaterRow getRow()
           
 int hashCode()
           
 void setContext(org.apache.commons.jxpath.JXPathContext context)
           
 void setHandle(Object handle)
           
 void setRow(Repeater.RepeaterRow attribute)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeaterItem

public RepeaterItem(Object handle)
Method Detail

getContext

public org.apache.commons.jxpath.JXPathContext getContext()

setContext

public void setContext(org.apache.commons.jxpath.JXPathContext context)

getHandle

public Object getHandle()

setHandle

public void setHandle(Object handle)

getRow

public Repeater.RepeaterRow getRow()

setRow

public void setRow(Repeater.RepeaterRow attribute)

equals

public boolean equals(Object other)

hashCode

public int hashCode()


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