| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
static FontAwesome |
FontAwesome.fromCodepoint(int codepoint)
Finds an instance of FontAwesome with given codepoint
|
static 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.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.