Uses of Class
com.vaadin.flow.component.spreadsheet.client.OverlayInfo.Type
-
Packages that use OverlayInfo.Type Package Description com.vaadin.flow.component.spreadsheet com.vaadin.flow.component.spreadsheet.client -
-
Uses of OverlayInfo.Type in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return OverlayInfo.Type Modifier and Type Method Description OverlayInfo.TypeSheetChartWrapper. getType()OverlayInfo.TypeSheetImageWrapper. getType()abstract OverlayInfo.TypeSheetOverlayWrapper. getType() -
Uses of OverlayInfo.Type in com.vaadin.flow.component.spreadsheet.client
Fields in com.vaadin.flow.component.spreadsheet.client declared as OverlayInfo.Type Modifier and Type Field Description OverlayInfo.TypeOverlayInfo. typeMethods in com.vaadin.flow.component.spreadsheet.client that return OverlayInfo.Type Modifier and Type Method Description static OverlayInfo.TypeOverlayInfo.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OverlayInfo.Type[]OverlayInfo.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.vaadin.flow.component.spreadsheet.client with parameters of type OverlayInfo.Type Constructor Description OverlayInfo(OverlayInfo.Type t)
-