Interface AjaxFormLoopContext
-
public interface AjaxFormLoopContext
Interface that allows an enclosingAjaxFormLoop
to work with enclosed components such asAddRowLink
orRemoveRowLink
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
encodedRowValue()
Returns the encoded version of the data for the current row.
-
-
-
Method Detail
-
encodedRowValue
java.lang.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
-
-