Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
Modifier and Type | Method and Description |
---|---|
static DataValueFormatter.LovFormat |
DataValueFormatter.LovFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataValueFormatter.LovFormat[] |
DataValueFormatter.LovFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
DataValueFormatter.formatInvalidLovCode(String invalidCode,
DataValueFormatter.LovFormat format) |
static String |
DataValueFormatter.formatLov(ILovValue pValue,
IModelLabelProvider pLabelProvider,
Locale pLocale,
DataValueFormatter.LovFormat format)
helper method giving text to display for the given attribute of the given
data row
|
static String |
DataValueFormatter.formatLov(String lovCode,
ILov lov,
IModelLabelProvider pLabelProvider,
Locale pLocale,
DataValueFormatter.LovFormat lovFormat) |
static String |
DataValueFormatter.formatMultiLov(DataValueFormatter.ParsedMultiValued parsedLov,
String separator,
IModelLabelProvider labelProvider,
Locale locale,
DataValueFormatter.LovFormat format)
Format MultiLov
|
static String |
DataValueFormatter.formatMultiLov(List<ILovValue> lovValues,
String separator,
IModelLabelProvider labelProvider,
Locale locale,
DataValueFormatter.LovFormat format)
Format MultiLov
|
Copyright © 2019. All rights reserved.