Interface PerspectiveIcon
-
public interface PerspectiveIconInterface that represents an icon of a perspective menu item.- Since:
- 6.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReference()Returns the reference of this icon.PerspectiveIconTypegetType()Returns the type of this icon.
-
-
-
Method Detail
-
getType
PerspectiveIconType getType()
Returns the type of this icon.- See Also:
PerspectiveIconType
-
getReference
String getReference()
Returns the reference of this icon.- If the perspectiveIconType is
css: returns afontawesomeclass 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).
- If the perspectiveIconType is
-
-