Class GuiIcon
java.lang.Object
de.xima.fc.mdl.ui.GuiIcon
- All Implemented Interfaces:
IGuiIcon, Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
GuiIcon
-
-
Method Details
-
equals
-
getCss
-
getId
-
getStyle
-
getStyleClass
- Specified by:
getStyleClassin interfaceIGuiIcon- Returns:
- The CSS class(es) that need to be set on an HTML element to create this icon.
-
getType
-
getValue
-
hashCode
-
isFaIcon
public boolean isFaIcon()- Specified by:
isFaIconin interfaceIGuiIcon- Returns:
- Whether the
IGuiIcon.getType()refers to an icon from the Font Awesome icon font.
-
isFcIcon
public boolean isFcIcon()- Specified by:
isFcIconin interfaceIGuiIcon- Returns:
- Whether the
IGuiIcon.getType()refers to an icon from the formcycle icon font.
-
isMaterialIcon
public boolean isMaterialIcon()- Specified by:
isMaterialIconin interfaceIGuiIcon- Returns:
- Whether the
IGuiIcon.getType()refers to an icon from the material icons font.
-
isUiIcon
public boolean isUiIcon()- Specified by:
isUiIconin interfaceIGuiIcon- Returns:
- Whether the
IGuiIcon.getType()refers to an icon from the UI (primefaces) icon font.
-
valueOf
-