public interface IModelLabelProvider extends IRuntimeLabelProvider, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static String |
FROM_ROLE_LABEL |
static String |
FROM_ROLE_PLURAL_LABEL |
static String |
LABEL |
static String |
PLURAL_LABEL |
static String |
SEARCH_TIP |
static String |
TO_ROLE_LABEL |
Modifier and Type | Method and Description |
---|---|
String |
getDataValidationDescription(IDTDataValidation dataValidation,
Locale locale) |
String |
getDataValidationLabel(IDTDataValidation dataValidation,
Locale locale) |
String |
getFromRoleLabel(IReference reference,
Locale locale) |
String |
getFromRolePluralLabel(IReference reference,
Locale locale) |
String |
getQualifiedAttributeLabel(IAttribute attribute,
Locale locale)
Returns the qualified label for an IAttribute.
|
String |
getSearchTip(ISearchForm searchForm,
Locale locale) |
String |
getToRoleLabel(IReference reference,
Locale locale) |
getDescription, getLabel, getPluralLabel
static final String DESCRIPTION
static final String LABEL
static final String PLURAL_LABEL
static final String TO_ROLE_LABEL
static final String FROM_ROLE_LABEL
static final String FROM_ROLE_PLURAL_LABEL
static final String SEARCH_TIP
String getFromRoleLabel(IReference reference, Locale locale)
String getFromRolePluralLabel(IReference reference, Locale locale)
String getToRoleLabel(IReference reference, Locale locale)
String getSearchTip(ISearchForm searchForm, Locale locale)
String getDataValidationLabel(IDTDataValidation dataValidation, Locale locale) throws NoSuchAttributeException, NoSuchUniqueKeyException, NoSuchConstraintException, NoSuchLovException
String getDataValidationDescription(IDTDataValidation dataValidation, Locale locale)
String getQualifiedAttributeLabel(IAttribute attribute, Locale locale)
IRuntimeLabelProvider.getLabel(Object, Locale)
when IAttribute
is a
IComplexAtomicAttribute
by appending the label of the
IComplexAttribute
.attribute
- locale
- Copyright © 2019. All rights reserved.