Interface PerspectiveIcon


public interface PerspectiveIcon
Interface that represents an icon of a perspective menu item.
Since:
6.0.0
  • Method Details

    • getType

      Returns the type of this icon.
      See Also:
    • getReference

      String getReference()
      Returns the reference of this icon.
      • If the perspectiveIconType is css: returns a fontawesome class name using the following pattern "fa-className".
      • If the perspectiveIconType is url: returns either a URL or a file path starting from module (module excluded).