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