Interface DashbuilderCommonConstants
-
- 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 DashbuilderCommonConstants extends com.google.gwt.i18n.client.ConstantsWithLookup
-
-
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 DashbuilderCommonConstantsINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringactions()Stringadd()StringclearAll()StringcurrentFilePath()Stringkey()StringnewValue()StringnoData()Stringremove()StringuploadFailed()StringuploadFailedAlreadyExists()StringuploadSuccessful()Stringvalue()
-
-
-
Field Detail
-
INSTANCE
static final DashbuilderCommonConstants INSTANCE
-
-
Method Detail
-
add
String add()
-
remove
String remove()
-
noData
String noData()
-
key
String key()
-
value
String value()
-
actions
String actions()
-
newValue
String newValue()
-
currentFilePath
String currentFilePath()
-
uploadSuccessful
String uploadSuccessful()
-
uploadFailed
String uploadFailed()
-
uploadFailedAlreadyExists
String uploadFailedAlreadyExists()
-
clearAll
String clearAll()
-
-