org.cruxframework.crux.widgets.client
Interface WidgetMessages

All Superinterfaces:
com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource, com.google.gwt.i18n.client.Messages

public interface WidgetMessages
extends com.google.gwt.i18n.client.Messages


Nested Class Summary
 
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
 
Method Summary
 String cancelLabel()
           
 String colorPickerDialogSelectColor()
           
 String errorCreatingWidgetForColumn(String key)
           
 String errorGridNoDataColumnFound(String column)
           
 String errorItsNotPossibleToRemoveARowmFromAGrid()
           
 String filterableNotFoundWhenInstantiantingFilter(String filterable)
           
 String gridRandomPagingNotSupported()
           
 String okLabel()
           
 String pagerNoPageableSet()
           
 String removingColumnDefinitionByIterator()
           
 String startedTimerCannotBeModified()
           
 String tabsControllerNoSiblingTabFound(String tabId)
           
 String tabsControllerNoTabFound(String tabId)
           
 String textAreaInvalidMaxLengthParameter()
           
 String wizardBackCommand()
           
 String wizardCancelCommand()
           
 String wizardCommandError(String commandId, String message)
           
 String wizardControlBarOrphan()
           
 String wizardDuplicatedStep(String id)
           
 String wizardFinishCommand()
           
 String wizardInvalidStepSelected(int step)
           
 String wizardNextCommand()
           
 String wizardNoSerializerAssigned()
           
 String wizardPageDuplicatedWidgetOnPage()
           
 String wizardStepNotFound(int stepOrder)
           
 String wizardStepNotFound(String stepId)
           
 

Method Detail

filterableNotFoundWhenInstantiantingFilter

@Messages.DefaultMessage(value="Filterable widget \'\'{0}\'\' not found during Filter instantiation. Please, check the given filterable id.")
String filterableNotFoundWhenInstantiantingFilter(String filterable)

errorCreatingWidgetForColumn

@Messages.DefaultMessage(value="Could not create widget for grid column \'\'{0}\'\'")
String errorCreatingWidgetForColumn(String key)

removingColumnDefinitionByIterator

@Messages.DefaultMessage(value="It is not possible unregister a column definition.")
String removingColumnDefinitionByIterator()

tabsControllerNoSiblingTabFound

@Messages.DefaultMessage(value="There is no sibling tab with the id \'\'{0}\'\'")
String tabsControllerNoSiblingTabFound(String tabId)

tabsControllerNoTabFound

@Messages.DefaultMessage(value="There is no tab with the id \'\'{0}\'\'")
String tabsControllerNoTabFound(String tabId)

gridRandomPagingNotSupported

@Messages.DefaultMessage(value="Random paging is only supported in Grids whose DataSources are instances of MeasurablePagedDataSource.")
String gridRandomPagingNotSupported()

wizardBackCommand

@Messages.DefaultMessage(value="< Back")
String wizardBackCommand()

wizardNextCommand

@Messages.DefaultMessage(value="Next >")
String wizardNextCommand()

wizardCancelCommand

@Messages.DefaultMessage(value="Cancel")
String wizardCancelCommand()

wizardFinishCommand

@Messages.DefaultMessage(value="Finish")
String wizardFinishCommand()

wizardControlBarOrphan

@Messages.DefaultMessage(value="WizardControlBar is not associated with any Wizard.")
String wizardControlBarOrphan()

startedTimerCannotBeModified

@Messages.DefaultMessage(value="A started timer can not be modified.")
String startedTimerCannotBeModified()

textAreaInvalidMaxLengthParameter

@Messages.DefaultMessage(value="TextArea widget only accepts maxLength greater or equals zero.")
String textAreaInvalidMaxLengthParameter()

wizardPageDuplicatedWidgetOnPage

@Messages.DefaultMessage(value="Only one WizardPage widget can be used on a single screen.")
String wizardPageDuplicatedWidgetOnPage()

wizardDuplicatedStep

@Messages.DefaultMessage(value="This wizard already contains a step with id {0}.")
String wizardDuplicatedStep(String id)

wizardStepNotFound

@Messages.DefaultMessage(value="Step {0} not found.")
String wizardStepNotFound(String stepId)

wizardStepNotFound

@Messages.DefaultMessage(value="Wizard does not have a step with index {0}.")
String wizardStepNotFound(int stepOrder)

wizardInvalidStepSelected

@Messages.DefaultMessage(value="The wizard step with index {0} can not be selected because it is not enabled.")
String wizardInvalidStepSelected(int step)

wizardCommandError

@Messages.DefaultMessage(value="Error runnig the wizard command {0}. Message: {1}.")
String wizardCommandError(String commandId,
                                                  String message)

errorItsNotPossibleToRemoveARowmFromAGrid

@Messages.DefaultMessage(value="It is not possible to remove a row from a Grid.")
String errorItsNotPossibleToRemoveARowmFromAGrid()

errorGridNoDataColumnFound

@Messages.DefaultMessage(value="Error sorting the Grid. No DataColumn with the key \'\'{0}\'\' was found.")
String errorGridNoDataColumnFound(String column)

wizardNoSerializerAssigned

@Messages.DefaultMessage(value="Wizard does not have any WizardData assigned.")
String wizardNoSerializerAssigned()

pagerNoPageableSet

@Messages.DefaultMessage(value="No pageable widget set for this pager.")
String pagerNoPageableSet()

colorPickerDialogSelectColor

@Messages.DefaultMessage(value="Select Color")
String colorPickerDialogSelectColor()

okLabel

@Messages.DefaultMessage(value="Ok")
String okLabel()

cancelLabel

@Messages.DefaultMessage(value="Cancel")
String cancelLabel()


Copyright © 2015. All rights reserved.