Interface IdProvidingFormData
- All Superinterfaces:
FormData
,IdentifiedFormData
Interface definition for form data providing an
unique identifier
.- Since:
- 4.2.415
- See Also:
-
Method Details
-
getId
Get the current form data identifier.- Specified by:
getId
in interfaceIdentifiedFormData
- Returns:
- The identifier.
- Since:
- 4.2.415
-
getTemplate
@ApiDoc(comment="Returns the template for this form data instance if any.", since="4.2.415") @Nullable @Nullable Template getTemplate()Returns the template for this form data instance if any. If the template is not nullgetTemplate()
.getGomProvider()
is identical toFormData.getForm()
.- Returns:
- The template or
null
e.g. in case of a broken reference. - Since:
- 4.2.415
-