public interface WidgetMessages
extends 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.Selectcom.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@Messages.DefaultMessage(value="Filterable widget \'\'{0}\'\' not found during Filter instantiation. Please, check the given filterable id.")
String filterableNotFoundWhenInstantiantingFilter(String filterable)
@Messages.DefaultMessage(value="Could not create widget for grid column \'\'{0}\'\'")
String errorCreatingWidgetForColumn(String key)
@Messages.DefaultMessage(value="It is not possible unregister a column definition.") String removingColumnDefinitionByIterator()
@Messages.DefaultMessage(value="There is no sibling tab with the id \'\'{0}\'\'")
String tabsControllerNoSiblingTabFound(String tabId)
@Messages.DefaultMessage(value="There is no tab with the id \'\'{0}\'\'")
String tabsControllerNoTabFound(String tabId)
@Messages.DefaultMessage(value="Random paging is only supported in Grids whose DataSources are instances of MeasurablePagedDataSource.") String gridRandomPagingNotSupported()
@Messages.DefaultMessage(value="< Back") String wizardBackCommand()
@Messages.DefaultMessage(value="Next >") String wizardNextCommand()
@Messages.DefaultMessage(value="Cancel") String wizardCancelCommand()
@Messages.DefaultMessage(value="Finish") String wizardFinishCommand()
@Messages.DefaultMessage(value="WizardControlBar is not associated with any Wizard.") String wizardControlBarOrphan()
@Messages.DefaultMessage(value="A started timer can not be modified.") String startedTimerCannotBeModified()
@Messages.DefaultMessage(value="TextArea widget only accepts maxLength greater or equals zero.") String textAreaInvalidMaxLengthParameter()
@Messages.DefaultMessage(value="Only one WizardPage widget can be used on a single screen.") String wizardPageDuplicatedWidgetOnPage()
@Messages.DefaultMessage(value="This wizard already contains a step with id {0}.")
String wizardDuplicatedStep(String id)
@Messages.DefaultMessage(value="Step {0} not found.")
String wizardStepNotFound(String stepId)
@Messages.DefaultMessage(value="Wizard does not have a step with index {0}.")
String wizardStepNotFound(int stepOrder)
@Messages.DefaultMessage(value="The wizard step with index {0} can not be selected because it is not enabled.")
String wizardInvalidStepSelected(int step)
@Messages.DefaultMessage(value="Error runnig the wizard command {0}. Message: {1}.")
String wizardCommandError(String commandId,
String message)
@Messages.DefaultMessage(value="It is not possible to remove a row from a Grid.") String errorItsNotPossibleToRemoveARowmFromAGrid()
@Messages.DefaultMessage(value="Error sorting the Grid. No DataColumn with the key \'\'{0}\'\' was found.")
String errorGridNoDataColumnFound(String column)
@Messages.DefaultMessage(value="Wizard does not have any WizardData assigned.") String wizardNoSerializerAssigned()
@Messages.DefaultMessage(value="No pageable widget set for this pager.") String pagerNoPageableSet()
@Messages.DefaultMessage(value="Select Color") String colorPickerDialogSelectColor()
@Messages.DefaultMessage(value="Ok") String okLabel()
@Messages.DefaultMessage(value="Cancel") String cancelLabel()
Copyright © 2014. All rights reserved.