public interface IValidationMessage
Tools defined in a validate action can return specific validate messages that are interpreted by AWM. Validation messages can optionally be targeted at specific properties or dialog fields, while dialog fields must be targeted based on their position (sequence number).
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMsgText()
Gets the that will be shown in the dialog.
|
java.util.List<java.lang.Integer> |
getPositions()
Gets the positions of the dialog fields to which the validate message
refers.
|
Property |
getProperty()
Gets the property to which the validation message is referring to.
|
char |
getSeverity()
Gets the severity of a validate message.
|
java.lang.String getMsgText()
char getSeverity()
java.util.List<java.lang.Integer> getPositions()
Property getProperty()
null.nullCopyright © 2015 Micro Focus GmbH. All rights reserved.