Interface DomainEditorLookupConstants
-
- All Superinterfaces:
com.google.gwt.i18n.client.Constants,com.google.gwt.i18n.client.ConstantsWithLookup,com.google.gwt.i18n.client.Localizable,com.google.gwt.i18n.shared.Localizable,com.google.gwt.i18n.client.LocalizableResource
public interface DomainEditorLookupConstants extends com.google.gwt.i18n.client.ConstantsWithLookupDomain Editor i18n 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
-
-
Field Summary
Fields Modifier and Type Field Description static DomainEditorLookupConstantsINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringBendableBigDecimalScore()StringBendableLongScore()StringBendableScore()StringHardMediumSoftBigDecimalScore()StringHardMediumSoftLongScore()StringHardMediumSoftScore()StringHardSoftBigDecimalScore()StringHardSoftDoubleScore()StringHardSoftLongScore()StringHardSoftScore()StringSimpleBigDecimalScore()StringSimpleDoubleScore()StringSimpleLongScore()StringSimpleScore()
-
-
-
Field Detail
-
INSTANCE
static final DomainEditorLookupConstants INSTANCE
-
-
Method Detail
-
BendableScore
String BendableScore()
-
BendableBigDecimalScore
String BendableBigDecimalScore()
-
BendableLongScore
String BendableLongScore()
-
HardMediumSoftScore
String HardMediumSoftScore()
-
HardMediumSoftBigDecimalScore
String HardMediumSoftBigDecimalScore()
-
HardMediumSoftLongScore
String HardMediumSoftLongScore()
-
HardSoftScore
String HardSoftScore()
-
HardSoftBigDecimalScore
String HardSoftBigDecimalScore()
-
HardSoftDoubleScore
String HardSoftDoubleScore()
-
HardSoftLongScore
String HardSoftLongScore()
-
SimpleScore
String SimpleScore()
-
SimpleBigDecimalScore
String SimpleBigDecimalScore()
-
SimpleDoubleScore
String SimpleDoubleScore()
-
SimpleLongScore
String SimpleLongScore()
-
-