GlyphIcon
A GlyphIcon
writes a <span>
element with the chosen glyphIcon as class to the output.
It’s possible to compose your own glyphIcon strings but the GlyphIcon
viewElement has a whole set of GlyphIcons predefined.
Element and builder
The GlyphIcon
extends the IconViewElement
which holds the information needed the render the BootstrapUiElements.ICON
.
A builder can be created using BootstrapUiBuilders.glyphIcon
factory methods.
The IconViewElement also has a Favicon implementation. |