org.gwtbootstrap3.client.ui.form.validator
Interface ValidationMessages

All Superinterfaces:
Constants, ConstantsWithLookup, Localizable, LocalizableResource

public interface ValidationMessages
extends ConstantsWithLookup

Validation messages. Message functions should be the key with "_" replacing any periods. This allows the ValidationMessageResolver to find the message by key.

Author:
Steven Jardine

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
Constants.DefaultBooleanValue, Constants.DefaultDoubleValue, Constants.DefaultFloatValue, Constants.DefaultIntValue, Constants.DefaultStringArrayValue, Constants.DefaultStringMapValue, Constants.DefaultStringValue
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
LocalizableResource.DefaultLocale, LocalizableResource.Description, LocalizableResource.Generate, LocalizableResource.GeneratedFrom, LocalizableResource.GenerateKeys, LocalizableResource.Key, LocalizableResource.Meaning
 
Method Summary
 String org_gwtbootstrap3_validation_Blank_message()
          Org_gwtbootstrap3_validation_ blank_message.
 
Methods inherited from interface com.google.gwt.i18n.client.ConstantsWithLookup
getBoolean, getDouble, getFloat, getInt, getMap, getString, getStringArray
 

Method Detail

org_gwtbootstrap3_validation_Blank_message

@Constants.DefaultStringValue(value="Field cannot be blank")
String org_gwtbootstrap3_validation_Blank_message()
Org_gwtbootstrap3_validation_ blank_message.

Returns:
the string


Copyright © 2015. All rights reserved.