Interface LabelService
- All Known Implementing Classes:
DefaultLabelService
public interface LabelService
Service for extracting label, description and icon path to display for given TypeObject
-
Method Summary
Modifier and TypeMethodDescriptiongetObjectDescription(TypedObject object) Deprecated.Gets the object description for typed object.getObjectIconPath(TypedObject object) Deprecated.since 6.3, usegetObjectIconPathForTypedObject(TypedObject)Gets the object icon path for typed object.getObjectTextLabel(TypedObject object) Deprecated.since 6.3, usegetObjectTextLabelForTypedObject(TypedObject)Gets the object text label for typed object.
-
Method Details
-
getObjectTextLabel
Deprecated.since 6.3, usegetObjectTextLabelForTypedObject(TypedObject)- Parameters:
object-- Returns:
- label string to display for a given TypeObject
-
getObjectTextLabelForTypedObject
Gets the object text label for typed object.- Parameters:
object- the object- Returns:
- the object text label for typed object
-
getObjectDescription
Deprecated.since 6.3, usegetObjectDescriptionForTypedObject(TypedObject)- Parameters:
object-- Returns:
- description to display for a given TypeObject
-
getObjectDescriptionForTypedObject
Gets the object description for typed object.- Parameters:
object- the object- Returns:
- the object description for typed object
-
getObjectIconPath
Deprecated.since 6.3, usegetObjectIconPathForTypedObject(TypedObject)- Parameters:
object-- Returns:
- path to picture to display for a given TypeObject, can return null when picture is not defined
-
getObjectIconPathForTypedObject
Gets the object icon path for typed object.- Parameters:
object- the object- Returns:
- the object icon path for typed object
-
getObjectDescriptionForTypedObject(TypedObject)