public interface ValidationMessages extends com.google.gwt.i18n.client.ConstantsWithLookup
Message functions should be the key with "_" replacing any periods. This allows the ValidationMessageResolver to find the message by key.
Modifier and Type | Interface and Description |
---|---|
static class |
ValidationMessages.Keys |
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
@Constants.DefaultStringValue(value="Field cannot be blank") String gwt_material_design_validation_Blank_message()
@Constants.DefaultStringValue(value="Value must be less than or equal to {1}") String gwt_material_design_validation_DecimalMax_message()
@Constants.DefaultStringValue(value="Value must be greater than or equal to {1}") String gwt_material_design_validation_DecimalMin_message()
@Constants.DefaultStringValue(value="{1} do not match") String gwt_material_design_validation_FieldMatch_message()
@Constants.DefaultStringValue(value="Value must be in the future") String gwt_material_design_validation_Future_message()
@Constants.DefaultStringValue(value="Value must be in the past") String gwt_material_design_validation_Past_message()
@Constants.DefaultStringValue(value="Must match regex") String gwt_material_design_validation_RegEx_message()
@Constants.DefaultStringValue(value="Size must be between {1} and {2}") String gwt_material_design_validation_Size_message()
Copyright © 2018. All rights reserved.