Interface LabelService

  • All Known Implementing Classes:
    DefaultLabelService

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

      • getObjectTextLabelForTypedObject

        java.lang.String getObjectTextLabelForTypedObject​(TypedObject object)
        Gets the object text label for typed object.
        Parameters:
        object - the object
        Returns:
        the object text label for typed object
      • getObjectDescriptionForTypedObject

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

        @Deprecated
        java.lang.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

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