Interface FormControlNameManager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getReservedNames()
      Returns the set of reserved form names (ones that shouldn't be used as HTML elements client ids).
      boolean isReserved​(java.lang.String name)
      Tells whether a given name is reserved.
    • Method Detail

      • getReservedNames

        java.util.Set<java.lang.String> getReservedNames()
        Returns the set of reserved form names (ones that shouldn't be used as HTML elements client ids).
        Returns:
        a Set of Strings.
      • isReserved

        boolean isReserved​(java.lang.String name)
        Tells whether a given name is reserved.