public class ConfigurableFlowLabelService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WIZARD_CURRENT_CONTEXT |
| Constructor and Description |
|---|
ConfigurableFlowLabelService(WidgetInstanceManager widgetInstanceManager,
LabelService labelService)
Creates an instance of ConfigurableFlowLabelService
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurableFlowExpressions |
getConfigurableFlowExpressions() |
String |
getLabel(String expression)
Get localized label for ConfigurableFlow's item from configuration.
|
String |
getQualifierLabel(String prefix,
String qualifier)
Retrieves qualifier human-readable label according to given prefix and qualifier.
|
protected String |
resolveTypeName(String initialTypeName,
WidgetModel model) |
void |
setInitializeList(List<InitializeType> initializeList)
The initializeList is required by getQualifierLabel method
|
public static final String WIZARD_CURRENT_CONTEXT
public ConfigurableFlowLabelService(WidgetInstanceManager widgetInstanceManager, LabelService labelService)
widgetInstanceManager - necessary to retrieve widget framework related functionalitylabelService - service for extracting labelspublic String getLabel(String expression)
expression - - given expression to be translated into appropriate labelpublic String getQualifierLabel(String prefix, String qualifier)
prefix - given prefixqualifier - given qualifierpublic void setInitializeList(List<InitializeType> initializeList)
protected ConfigurableFlowExpressions getConfigurableFlowExpressions()
protected String resolveTypeName(String initialTypeName, WidgetModel model)
Copyright © 2018. All rights reserved.