Interface GomNameable
public interface GomNameable
Definition of nameable form elements.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name identifying the element.@Nullable Stringname()Get the name of this form element.voidsetName(Designator name) 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
Set the name that identifies the element.- Parameters:
name- The name.- Since:
- 5.0
-
name
Get the name of this form element.- Returns:
- The name.
- Since:
- 5.0
-