Interface IRepetitionContainer

    • 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. 0 is the first repetition, 1 the 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.