Uses of Class
com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Packages that use ErrorLevel Package Description com.vaadin.flow.component.spreadsheet com.vaadin.flow.component.spreadsheet.shared -
-
Uses of ErrorLevel in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return ErrorLevel Modifier and Type Method Description ErrorLevelSpreadsheet. getErrorLevel() -
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 ErrorLevelSpreadsheetState. errorLevelLevel of error.Methods in com.vaadin.flow.component.spreadsheet.shared that return ErrorLevel Modifier and Type Method Description static ErrorLevelErrorLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorLevel[]ErrorLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-