Uses of Class
com.vaadin.server.FontAwesome

Packages that use FontAwesome
com.vaadin.server   
 

Uses of FontAwesome in com.vaadin.server
 

Methods in com.vaadin.server that return FontAwesome
static FontAwesome FontAwesome.fromCodepoint(int codepoint)
          Finds an instance of FontAwesome with given codepoint
static FontAwesome FontAwesome.valueOf(java.lang.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.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.