Class FontAwesomeIcon
- java.lang.Object
-
- org.apache.tapestry5.corelib.components.FontAwesomeIcon
-
@SupportsInformalParameters public class FontAwesomeIcon extends Object
Renders an<i>
tag with the CSS class to select a FontAwesome 4.7.0 icon. If Twitter Bootstrap 3 isn't enabled (i.e @{link Trait#BOOTSTRAP_3 is set to false), this component automatically and transparently replacesGlyphicon
usages.- Since:
- 5.5
- See Also:
Trait.BOOTSTRAP_3
-
-
Constructor Detail
-
FontAwesomeIcon
public FontAwesomeIcon()
-
-