Interface IRepetitionContainer
- 
- All Superinterfaces:
 Serializable
@Deprecated public interface IRepetitionContainer extends Serializable
Deprecated.Represents a form element that is repeated, by virtue of being repeated itself, and not by just being inside a repeated container.- Since:
 - 7.0.11
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetFieldName()Deprecated.intgetOrdinalIndex()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getFieldName
String getFieldName()
Deprecated.- Returns:
 - The name of the container which is repeated. This may be the form element itself when the element is repeated, or a parent div or field set when that div or field set is repeated.
 
 
- 
getOrdinalIndex
int getOrdinalIndex()
Deprecated.- Returns:
 - The 0-based ordinal index of the repetition. 
0is the first repetition,1the second repetition etc. Contrast this with the repetition ID or index, which is also a number, but neither always starts at 0 nor is it continuous. 
 
 - 
 
 -