Interface LabelService

All Known Implementing Classes:
DefaultLabelService

public interface LabelService
Service for extracting label, description and icon path to display for given TypeObject
  • Method Details

    • getObjectTextLabel

      @Deprecated String getObjectTextLabel(TypedObject object)
      Parameters:
      object -
      Returns:
      label string to display for a given TypeObject
    • getObjectTextLabelForTypedObject

      String getObjectTextLabelForTypedObject(TypedObject object)
      Gets the object text label for typed object.
      Parameters:
      object - the object
      Returns:
      the object text label for typed object
    • getObjectDescription

      @Deprecated String getObjectDescription(TypedObject object)
      Parameters:
      object -
      Returns:
      description to display for a given TypeObject
    • getObjectDescriptionForTypedObject

      String getObjectDescriptionForTypedObject(TypedObject object)
      Gets the object description for typed object.
      Parameters:
      object - the object
      Returns:
      the object description for typed object
    • getObjectIconPath

      @Deprecated String getObjectIconPath(TypedObject object)
      Parameters:
      object -
      Returns:
      path to picture to display for a given TypeObject, can return null when picture is not defined
    • getObjectIconPathForTypedObject

      String getObjectIconPathForTypedObject(TypedObject object)
      Gets the object icon path for typed object.
      Parameters:
      object - the object
      Returns:
      the object icon path for typed object