List of usage examples for com.google.gwt.i18n.client Constants interface-usage
From source file at.ait.dme.yuma.client.AnnotationConstants.java
public interface AnnotationConstants extends Constants { public String actionCreate(); public String actionCreateFragment(); public String actionReply();
From source file at.ait.dme.yuma.client.image.shape.ShapeConstants.java
public interface ShapeConstants extends Constants { public String shape(); public String rectangle(); public String ellipse();
From source file at.ait.dme.yuma.suite.apps.core.client.I18NConstants.java
/**
* Internationalized text labels
*
* @author Christian Sadilek
* @author Rainer Simon
*/
From source file at.ait.dme.yuma.suite.apps.image.core.shared.shape.ShapeConstants.java
public interface ShapeConstants extends Constants { public String shape(); public String rectangle(); public String ellipse();
From source file bingo.client.BingoStrings.java
/**
* Static internationalization
*
* @author Javier Canovas (http://jlcanovas.es)
*
*/
From source file ca.aeso.evq.client.widgets.DateTimeConstants.java
/**
* DateTimeConstants class encapsulate a collection of DateTime formatting
* symbols for use with DateTime format and parse services. This class extends
* GWT's Constants class. The actual symbol collections are defined in a set
* of property files named like "DateTimeConstants_xx.properties". GWT will
* will perform late binding to the property file that specific to user's
From source file ca.aeso.ltlf.client.date.DateTimeConstants.java
/**
* DateTimeConstants class encapsulate a collection of DateTime formatting
* symbols for use with DateTime format and parse services. This class extends
* GWT's Constants class. The actual symbol collections are defined in a set
* of property files named like "DateTimeConstants_xx.properties". GWT will
* will perform late binding to the property file that specific to user's
From source file ccc.client.gwt.i18n.GWTUIConstants.java
/** * UIConstants sub-interface for use with GWT i18n features. * * @author Civic Computing Ltd. */ public interface GWTUIConstants extends UIConstants, Constants {
From source file com.acme.corp.tracker.client.i18n.ExtensionConstants.java
public interface ExtensionConstants extends Constants {
String load_failed();
String load_deployment_failed();
From source file com.adamantium.company.gwtp.client.application.details.DetailsConstants.java
/** * Constants to allow translation of various strings. Note that the translations themselves are not part of this * example. */ public interface DetailsConstants extends Constants {