List of usage examples for com.vaadin.server GenericFontIcon getHtml
public static String getHtml(String fontFamily, int codePoint)
From source file:org.opencms.ui.FontOpenCms.java
License:Open Source License
/** * @see com.vaadin.server.FontIcon#getHtml() */ @Override public String getHtml() { return GenericFontIcon.getHtml(getFontFamily(), getCodepoint()); }