Package | Description |
---|---|
com.vaadin.server |
Modifier and Type | Method and Description |
---|---|
static FontAwesome |
FontAwesome.fromCodepoint(int codepoint)
Deprecated.
Finds an instance of FontAwesome with given codepoint.
|
static FontAwesome |
FontAwesome.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FontAwesome[] |
FontAwesome.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.