Package de.espirit.firstspirit.agency
Interface FormValidationReport
- All Superinterfaces:
Serializable
A language-specific report.
- Since:
- 5.0.4
-
Method Summary
Modifier and TypeMethodDescriptionProvides the names of gadgets being reported containing one or more issues.@NotNull Collection<String>
getMessages
(String gadget, Language displayLanguage) Get the messages produced for the given gadget.
-
Method Details
-
getGadgets
Provides the names of gadgets being reported containing one or more issues.- Returns:
- The reported gadgets.
- Since:
- 5.0.4
-
getMessages
Get the messages produced for the given gadget.- Parameters:
gadget
- The gadget's name.displayLanguage
- The language to fetch the messages in.- Returns:
- The messages produced for the given gadget or
null
, if no messages are available. - Since:
- 5.0.4
-