public interface ClientMessages
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="Client Controller Named \'\'{0}\'\' not found.")
String eventProcessorClientControllerNotFound(String controller)
@Messages.DefaultMessage(value="Error running client method \'\'{0}\'\'. Message: \'\'{1}\'\'")
String eventProcessorClientError(String call,
String errMsg)
@Messages.DefaultMessage(value="Invalid declaration for handler method \'\'{0}\'\'. Correct syntaxe is .")
String eventFactoryInvalidHandlerMethodDeclaration(String evt)
@Messages.DefaultMessage(value="Error loading screen fragment {0}.")
String viewFactoryCanNotBeLoaded(String controller)
@Messages.DefaultMessage(value="Please wait. Your request is still being processed.") String methodIsAlreadyBeingProcessed()
@Messages.DefaultMessage(value="Client Controller Named \'\'{0}\'\' does not implement CrossDocument interface and can not be called outside document.")
String crossDocumentInvalidCrossDocumentController(String controller)
@Messages.DefaultMessage(value="Error on cross document call. No responde received from method.") String crossDocumentInvocationError()
@Messages.DefaultMessage(value="Error on cross document call. Invalid Target.") String crossDocumentInvalidTarget()
@Messages.DefaultMessage(value="Error on cross document call: Screen [{0}]. Error Message: [{1}].")
String crossDocumentInvocationGeneralError(String screenId,
String errorMessage)
@Messages.DefaultMessage(value="Can not identify the method to be called.") String crossDocumentCanNotIdentifyMethod()
@Messages.DefaultMessage(value="Can not find the method to be called.") String crossDocumentMethodNotFound()
@Messages.DefaultMessage(value="WriterStream is not open.") String crossDocumentSerializationErrorStreamClosed()
@Messages.DefaultMessage(value="The widget \'\'{0}\'\' is a layout panel that does not have its dimensions defined. Explicity define it, or append it directly on body element.")
String screenFactoryLayoutPanelWithoutSize(String widgetId)
@Messages.DefaultMessage(value="The id attribute is required for CRUX Screens.") String screenFactoryScreenIdRequired()
@Messages.DefaultMessage(value="Error creating view [{0}]. ")
String viewContainerErrorCreatingView(String id)
@Messages.DefaultMessage(value="An Invalid controller was passed to AsyncCallbackAdapter.") String asyncCallbackInvalidHandlerError()
@Messages.DefaultMessage(value="An Invalid object was passed to update screen or DTOs.") String screenInvalidObjectError()
@Messages.DefaultMessage(value="Creating the view for screen {0}.")
String viewContainerCreatingView(String identifier)
@Messages.DefaultMessage(value="View {0} created.")
String viewContainerViewCreated(String identifier)
@Messages.DefaultMessage(value="View {0} rendered.")
String viewContainerViewRendered(String identifier)
@Messages.DefaultMessage(value="This application contains components that are not fully supported by your brownser.") String viewContainerUnsupportedWidget()
@Messages.DefaultMessage(value="To use this feature you must enabled compatibility with Crux 2 old interfaces.") String screenFactoryCrux2OldInterfacesCompatibilityDisabled()
@Messages.DefaultMessage(value="Type \'\'{0}\'\' can not be shared between modules. Only primitives (and its wrappers), Strings, Dates, Arrays (not multidimesional) and classes implementing CruxSerializable can be used.")
String moduleComunicationInvalidParamType(String name)
@Messages.DefaultMessage(value="Error loading dataSource data: {0}")
String localDataSourceErrorLoadingData(String message)
@Messages.DefaultMessage(value="Error loading dataSource remote data: {0}")
String remoteDataSourceErrorLoadingData(String message)
@Messages.DefaultMessage(value="Error processing requested operation. DataSource is not loaded yet.") String dataSourceNotLoaded()
@Messages.DefaultMessage(value="DataSource has changes on page. You must save or discard them before perform this operation.") String remoteDataSourcePageDirty()
@Messages.DefaultMessage(value="The column {0} can not be sorted.")
String dataSourceErrorColumnNotComparable(String columnName)
@Messages.DefaultMessage(value="Found a null element reference when trying to modify it\'\'s styleName property.") String nullElementAtSetStyleName()
@Messages.DefaultMessage(value="Empty strings can not be used as a styleName property value.") String emptyStringAsStyleNameValue()
@Messages.DefaultMessage(value="Crux Engine is already loaded.") String cruxAlreadyInitializedError()
@Messages.DefaultMessage(value="Calling a cross document method. Screen[{0}], Controller[{1}], Method[{2}], Target[{3}]")
String screenAccessorCallingCrossDocument(String screenId,
String controller,
String method,
String target)
@Messages.DefaultMessage(value="Cross document method executed. Screen[{0}], Controller[{1}], Method[{2}], Target[{3}]")
String screenAccessorCrossDocumentExecuted(String screenId,
String controller,
String method,
String target)
@Messages.DefaultMessage(value="Invalid value for style property: [{0}]:[{1}]")
String styleErrorInvalidProperty(String camelizedName,
String value)
@Messages.DefaultMessage(value="Can not retrieve the widget [{1}] from view [{0}]. View is not loaded. Load this view into a ViewContainer first.")
String viewNotInitialized(String viewId,
String widgetId)
@Messages.DefaultMessage(value="Informed object is not aware of current view. This method must be used to discover current view for controllers, datasouces or other ViewAware objects.") String viewOjectIsNotAwareOfView()
@Messages.DefaultMessage(value="Resources [{0}] initialized.")
String resourcesInitialized(String resourceId)
@Messages.DefaultMessage(value="Css Resource [{0}] injected.")
String resourceCsssInjected(String cssClassName)
@Messages.DefaultMessage(value="Unexpected error calling rest service. Error [{0}].")
String restServiceUnexpectedError(String errorMesg)
Copyright © 2015. All rights reserved.