Interface VisualIdentityIcon


public interface VisualIdentityIcon
Interface to represent an icon defined in the visual identity of a table or record.
Since:
6.2.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the reference of the built-in icon or the URL of the image that defines the icon.
    Returns the type of the icon.
  • Method Details

    • getType

      String getType()

      Returns the type of the icon. It can be :

      • css: specify a standard icon.
      • url: the icon is defined by an image.

    • getReference

      String getReference()
      Returns the reference of the built-in icon or the URL of the image that defines the icon.