public enum ANNISFontIcon extends Enum<ANNISFontIcon> implements com.vaadin.server.FontIcon
| Enum Constant and Description |
|---|
FIRST |
LAST |
LEFT_ARROW |
LOGO |
MENU_AUTO |
MENU_LEFT |
MENU_RIGHT |
RIGHT_ARROW |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodepoint() |
String |
getFontFamily() |
String |
getHtml() |
String |
getMIMEType() |
static ANNISFontIcon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ANNISFontIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ANNISFontIcon RIGHT_ARROW
public static final ANNISFontIcon LEFT_ARROW
public static final ANNISFontIcon LAST
public static final ANNISFontIcon FIRST
public static final ANNISFontIcon MENU_RIGHT
public static final ANNISFontIcon MENU_LEFT
public static final ANNISFontIcon MENU_AUTO
public static final ANNISFontIcon LOGO
public static ANNISFontIcon[] values()
for (ANNISFontIcon c : ANNISFontIcon.values()) System.out.println(c);
public static ANNISFontIcon valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCodepoint()
getCodepoint in interface com.vaadin.server.FontIconpublic String getFontFamily()
getFontFamily in interface com.vaadin.server.FontIconpublic String getHtml()
getHtml in interface com.vaadin.server.FontIconpublic String getMIMEType()
getMIMEType in interface com.vaadin.server.ResourceCopyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.