JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
Packages that use
ErrorLevel
Package
Description
com.vaadin.flow.component.spreadsheet.shared
Uses of
ErrorLevel
in
com.vaadin.flow.component.spreadsheet.shared
Fields in
com.vaadin.flow.component.spreadsheet.shared
declared as
ErrorLevel
Modifier and Type
Field
Description
ErrorLevel
SpreadsheetState.
errorLevel
Level of error.
Methods in
com.vaadin.flow.component.spreadsheet.shared
that return
ErrorLevel
Modifier and Type
Method
Description
static
ErrorLevel
ErrorLevel.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
ErrorLevel
[]
ErrorLevel.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.