Uses of Interface
de.xima.fc.common.locale.IMessageLocalizer
Packages that use IMessageLocalizer
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
-
Uses of IMessageLocalizer in de.xima.fc.common.locale
Methods in de.xima.fc.common.locale that return IMessageLocalizerModifier and TypeMethodDescriptionIDefaultMessageLocalizerBuilder.build()Creates a new default message localizer with the configured options.static IMessageLocalizerMessageLocalizers.noOpMessageLocalizer()Gets a no-operation message localizer that always returns null.Methods in de.xima.fc.common.locale with parameters of type IMessageLocalizerModifier and TypeMethodDescriptionstatic IBoundMessageLocalizerMessageLocalizers.boundMessageLocalizer(IMessageLocalizer localizer, Locale locale) Gets a bound message localizer that binds the given localizer to the given locale. -
Uses of IMessageLocalizer in de.xima.fc.gui.messages
Fields in de.xima.fc.gui.messages declared as IMessageLocalizerModifier and TypeFieldDescriptionstatic final IMessageLocalizerGuiTagLibLocalizer.GUI_TAGLIB_LOCALIZERThe localizer for messages from this gui-taglib module. -
Uses of IMessageLocalizer in de.xima.fc.gui.model.value_descriptor_form
Methods in de.xima.fc.gui.model.value_descriptor_form with parameters of type IMessageLocalizerModifier and TypeMethodDescriptionValueDescriptorFormModelBuilder.localizer(IMessageLocalizer localizer) Sets the localizer to use for dynamic messages from the value descriptors. -
Uses of IMessageLocalizer in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util with parameters of type IMessageLocalizerModifier and TypeMethodDescriptionstatic StringEntityImportHelper.getSubtitle(Locale locale, IEntityImportConfig<?> config, IMessageLocalizer localizer) Returns the subtitle of the entity from the given config for displaying to the user.static StringEntityImportHelper.getTypeName(Locale locale, IEntityImportConfig<?> config, IMessageLocalizer localizer) Returns a string representation type of object from the given config for displaying to the user -
Uses of IMessageLocalizer in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value with parameters of type IMessageLocalizerModifier and TypeMethodDescriptionIProperty.getDisplayDescription(Locale locale, IMessageLocalizer localizer, String i18nPrefix) Gets the localized display description for this property, localized to the given locale.IProperty.getDisplayDescriptionOptional(Locale locale, IMessageLocalizer localizer, String i18nPrefix) Gets the localized display description for this property, localized to the given locale.IProperty.getDisplayLabel(Locale locale, IMessageLocalizer localizer, String i18nPrefix) Gets the localized display label for this property, localized to the given locale.IProperty.getDisplayLabelOptional(Locale locale, IMessageLocalizer localizer, String i18nPrefix) Gets the localized display label for this property, localized to the given locale. -
Uses of IMessageLocalizer in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return IMessageLocalizerModifier and TypeMethodDescriptionIPromptTypeService.getLocalizer(IPromptServiceType<?, ?> type) Gets a localizer for the given prompt service type.IPromptServiceHandlerEntry.messageLocalizer()The message localizer for the handler. -
Uses of IMessageLocalizer in de.xima.fc.prompt.plugin
Methods in de.xima.fc.prompt.plugin that return IMessageLocalizer -
Uses of IMessageLocalizer in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IMessageLocalizerModifier and TypeMethodDescriptionIPromptServiceHandler.getMessageLocalizer()Retrieves the message localizer for custom messages, such as localized messages for the configuration UI. -
Uses of IMessageLocalizer in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return IMessageLocalizerModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.localizer()Gets the localizer used during conversion for localizing messages.Methods in de.xima.fc.workflow.converter.bpmn with parameters of type IMessageLocalizerModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.builder(Mandant client, Projekt project, WorkflowProcess process, IMessageLocalizer localizer) Creates a newFlowchartToBpmnConverterInput.Builderfor constructing aFlowchartToBpmnConverterInput. -
Uses of IMessageLocalizer in de.xima.fc.workflow.converter.graphdot
Methods in de.xima.fc.workflow.converter.graphdot with parameters of type IMessageLocalizerModifier and TypeMethodDescriptionstatic StringFlowGraphToGraphDotConverter.writeToString(Mandant client, WorkflowTask task, IMessageLocalizer localizer, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings) Creates a dot file with the flow graph of the given task, using the given flow graph analysis result.Constructors in de.xima.fc.workflow.converter.graphdot with parameters of type IMessageLocalizerModifierConstructorDescriptionFlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, IMessageLocalizer localizer, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings) Creates a converter for writing a dot file with the flow graph of the given task, using the given flow graph analysis result.