Interface IFormElementFieldValueContextData

    • Method Detail

      • getFieldNames

        Set<String> getFieldNames()
        Returns:
        Names of all form fields to which the context applies.
      • getValueIndex

        int getValueIndex()
        Returns:
        0-based ordinal index in the array of field values. 0 is the first field value, 1 is the second field value etc.