public interface IGuiIcon extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getStyleClass() |
EIconType |
getType() |
String |
getValue() |
default boolean |
isEmpty() |
boolean |
isFaIcon() |
boolean |
isFcIcon() |
boolean |
isMaterialIcon() |
boolean |
isUiIcon() |
String getId()
ico-fc-lock-alert.boolean isFcIcon()
getType() refers to an icon from the FORMCYCLE icon font.boolean isFaIcon()
getType() refers to an icon from the Font Awesome icon font.boolean isUiIcon()
getType() refers to an icon from the UI (primefaces) icon font.boolean isMaterialIcon()
getType() refers to an icon from the material icons font.EIconType getType()
String getStyleClass()
String getValue()
textValue that needs to be set on an HTML element to create this icon.default boolean isEmpty()
true if this icon is empty (no icon), false otherwiseCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.