Interface DashboardConstants

  • All Superinterfaces:
    DashboardI18n, com.google.gwt.i18n.client.Localizable, com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource, com.google.gwt.i18n.client.Messages

    public interface DashboardConstants
    extends DashboardI18n, com.google.gwt.i18n.client.Messages
    This uses GWT to provide client side compile time resolving of locales. See: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web- toolkit-doc-1-5&t=DevGuideInternationalization (for more information).

    Each method name matches up with a key in ProcessDashboardConstants.properties (the properties file can still be used on the server). To use this, use GWT.create(DashboardConstants.class).