All Known Implementing Classes:
GomGroup, GomLabel

public interface GomNameable
Definition of nameable form elements.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name identifying the element.
    @Nullable String
    Get the name of this form element.
    void
    Set the name that identifies the element.
  • Method Details

    • getName

      Designator getName()
      Get the name identifying the element.
      Returns:
      The name.
      Since:
      5.0
    • setName

      void setName(Designator name)
      Set the name that identifies the element.
      Parameters:
      name - The name.
      Since:
      5.0
    • name

      @Nullable @Nullable String name()
      Get the name of this form element.
      Returns:
      The name.
      Since:
      5.0