|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IModelLabelProvider | |
---|---|
com.semarchy.mdm.backend.runtime.bindings | |
com.semarchy.mdm.runtime.data | This package contains the IDataAccessService and the related classes. |
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
Uses of IModelLabelProvider in com.semarchy.mdm.backend.runtime.bindings |
---|
Constructors in com.semarchy.mdm.backend.runtime.bindings with parameters of type IModelLabelProvider | |
---|---|
BindVariableProviderUtil.ModelBindVariable(IModelLabelProvider pLabelProvider,
IModelVariable pModelVariable)
|
Uses of IModelLabelProvider in com.semarchy.mdm.runtime.data |
---|
Methods in com.semarchy.mdm.runtime.data with parameters of type IModelLabelProvider | |
---|---|
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 |
Uses of IModelLabelProvider in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return IModelLabelProvider | |
---|---|
IModelLabelProvider |
IModel.getLabelProvider()
Obtain the label provider for IModel objects. |
Methods in com.semarchy.mdm.runtime.model.logical with parameters of type IModelLabelProvider | |
---|---|
String |
IAppFolderAndBOViewContainer.getBOViewContainerPath(IModelLabelProvider pLabelProvider,
Locale pLocale)
Returns the BOView container path using folder labels |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |