public interface FormValidationReport extends Serializable
Modifier and Type | Method and Description |
---|---|
Set<String> |
getGadgets()
Provides the names of gadgets being reported containing one or more issues.
|
Collection<String> |
getMessages(String gadget,
Language displayLanguage)
Get the messages produced for the given gadget.
|
@NotNull Set<String> getGadgets()
@NotNull Collection<String> getMessages(String gadget, Language displayLanguage)
gadget
- The gadget's name.displayLanguage
- The language to fetch the messages in.null
, if no messages are available.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500