Interface FormFieldWithNameHistory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.String> getNewNames()
      Get all the names this field got after the original one.
      java.lang.String getOriginalName()
      Gets the first value of the name attribute of this field before any change.
    • Method Detail

      • getOriginalName

        java.lang.String getOriginalName()
        Gets the first value of the name attribute of this field before any change.
        Returns:
        the original name (which is the same as the current one when no change has been made)
      • getNewNames

        java.util.Collection<java.lang.String> getNewNames()
        Get all the names this field got after the original one.
        Returns:
        an empty collection if the name attribute has never been changed.