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