Uses of Class
org.teamapps.ux.component.field.FieldMessage.Severity
| Package | Description |
|---|---|
| org.teamapps.ux.component.field | |
| org.teamapps.ux.component.form |
-
Uses of FieldMessage.Severity in org.teamapps.ux.component.field
Methods in org.teamapps.ux.component.field that return FieldMessage.Severity Modifier and Type Method Description FieldMessage.SeverityAbstractField. getMaxFieldMessageSeverity()FieldMessage.SeverityFieldMessage. getSeverity()static FieldMessage.SeverityFieldMessage.Severity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldMessage.Severity[]FieldMessage.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.field with parameters of type FieldMessage.Severity Modifier and Type Method Description voidAbstractField. addCustomFieldMessage(FieldMessage.Severity severity, java.lang.String text)Constructors in org.teamapps.ux.component.field with parameters of type FieldMessage.Severity Constructor Description FieldMessage(FieldMessage.Position position, FieldMessage.Visibility visibility, FieldMessage.Severity severity, java.lang.String message)FieldMessage(FieldMessage.Severity severity, java.lang.String message) -
Uses of FieldMessage.Severity in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return FieldMessage.Severity Modifier and Type Method Description FieldMessage.SeverityAbstractForm. validate()FieldMessage.SeverityLogicalForm. validate()