org.hudsonci.maven.plugin.ui.gwt.configure.documents
Interface DocumentDetailView.MessagesResource
- All Superinterfaces:
- com.google.gwt.i18n.client.Localizable, com.google.gwt.i18n.client.LocalizableResource, com.google.gwt.i18n.client.Messages
- Enclosing interface:
- DocumentDetailView
public static interface DocumentDetailView.MessagesResource
- extends com.google.gwt.i18n.client.Messages
| Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages |
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select |
| 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 |
id
@Messages.DefaultMessage(value="ID")
String id()
type
@Messages.DefaultMessage(value="Type")
String type()
name
@Messages.DefaultMessage(value="Name")
String name()
description
@Messages.DefaultMessage(value="Description")
String description()
attributes
@Messages.DefaultMessage(value="Attributes")
String attributes()
save
@Messages.DefaultMessage(value="Save")
String save()
update
@Messages.DefaultMessage(value="Update")
String update()
cancel
@Messages.DefaultMessage(value="Cancel")
String cancel()
revert
@Messages.DefaultMessage(value="Revert")
String revert()
Copyright © 2004-2011 Hudson. All Rights Reserved.