Uses of Class
com.vaadin.server.FontAwesome
-
Packages that use FontAwesome Package Description com.vaadin.server -
-
Uses of FontAwesome in com.vaadin.server
Methods in com.vaadin.server that return FontAwesome Modifier and Type Method Description static FontAwesome
FontAwesome. fromCodepoint(int codepoint)
Finds an instance of FontAwesome with given codepointstatic FontAwesome
FontAwesome. valueOf(String name)
Returns the enum constant of this type with the specified name.static FontAwesome[]
FontAwesome. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-