public interface ObjectLabelProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(TypedObject object)
get text description for a given TypeObject
|
String |
getDescription(TypedObject object,
String languageIso)
get text description for a given TypeObject
|
String |
getIconPath(TypedObject object)
get icon path as a String for a given TypeObject
|
String |
getIconPath(TypedObject object,
String languageIso)
get icon path as a String for a given TypeObject
|
String |
getLabel(TypedObject object)
get label value as a String for a given TypeObject
|
String |
getLabel(TypedObject object,
String languageIso)
get label value as a String for a given TypeObject and chosen language
|
String getLabel(TypedObject object)
object - String getLabel(TypedObject object, String languageIso)
object - languageIso - iso code of language that label should be display inString getDescription(TypedObject object)
object - String getDescription(TypedObject object, String languageIso)
object - languageIso - iso code of language that description should be display inString getIconPath(TypedObject object)
object - String getIconPath(TypedObject object, String languageIso)
object - languageIso - iso code of language that icon should be related toCopyright © 2017 SAP SE. All Rights Reserved.