Interface AjaxFormLoopContext
- 
public interface AjaxFormLoopContext
Interface that allows an enclosingAjaxFormLoopto work with enclosed components such asAddRowLinkorRemoveRowLink. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringencodedRowValue()Returns the encoded version of the data for the current row. 
 - 
 
- 
- 
Method Detail
- 
encodedRowValue
String encodedRowValue()
Returns the encoded version of the data for the current row.- Returns:
 - current row's value, encoded and ready to store in an element attribute
 - Since:
 - 5.4
 
 
 - 
 
 -