|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataValueFormatter.LovFormat | |
---|---|
com.semarchy.mdm.runtime.data | This package contains the IDataAccessService and the related classes. |
Uses of DataValueFormatter.LovFormat in com.semarchy.mdm.runtime.data |
---|
Methods in com.semarchy.mdm.runtime.data that return DataValueFormatter.LovFormat | |
---|---|
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. |
Methods in com.semarchy.mdm.runtime.data with parameters of type DataValueFormatter.LovFormat | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |