Uses of Class
org.jboss.hal.resources.FontAwesomeSize
-
Packages that use FontAwesomeSize Package Description org.jboss.hal.resources -
-
Uses of FontAwesomeSize in org.jboss.hal.resources
Methods in org.jboss.hal.resources that return FontAwesomeSize Modifier and Type Method Description static FontAwesomeSizeFontAwesomeSize. valueOf(String name)Returns the enum constant of this type with the specified name.static FontAwesomeSize[]FontAwesomeSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.resources with parameters of type FontAwesomeSize Modifier and Type Method Description static StringCSS. fontAwesome(String name, FontAwesomeSize size)Builds a FontAwesome icons class.
-