Interface FormField.FormFieldConstants

  • All Superinterfaces:
    com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.client.Localizable, com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource
    Enclosing class:
    FormField

    public static interface FormField.FormFieldConstants
    extends com.google.gwt.i18n.client.Constants
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants

        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
      • Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource

        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
    • Method Detail

      • requiredFieldIndicator

        @DefaultStringValue("*")
        String requiredFieldIndicator()
      • help

        @DefaultStringValue("help")
        String help()
      • displayFieldHelp

        @DefaultStringValue("Display field help")
        String displayFieldHelp()
      • required

        @DefaultStringValue("Required")
        String required()