Uses of Class
com.vaadin.addon.spreadsheet.client.OverlayInfo
-
Packages that use OverlayInfo Package Description com.vaadin.addon.spreadsheet.client com.vaadin.addon.spreadsheet.shared com.vaadin.component.spreadsheet.client.js -
-
Uses of OverlayInfo in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client with parameters of type OverlayInfo Modifier and Type Method Description voidSheetWidget. updateOverlayInfo(String key, OverlayInfo overlayInfo)voidSheetOverlay. updateSizeLocationPadding(OverlayInfo imageInfo)Constructors in com.vaadin.addon.spreadsheet.client with parameters of type OverlayInfo Constructor Description SheetOverlay(com.google.gwt.user.client.ui.Widget widget, OverlayInfo overlayInfo) -
Uses of OverlayInfo in com.vaadin.addon.spreadsheet.shared
Fields in com.vaadin.addon.spreadsheet.shared with type parameters of type OverlayInfo Modifier and Type Field Description HashMap<String,OverlayInfo>SpreadsheetState. overlays -
Uses of OverlayInfo in com.vaadin.component.spreadsheet.client.js
Methods in com.vaadin.component.spreadsheet.client.js that return types with arguments of type OverlayInfo Modifier and Type Method Description static HashMap<String,OverlayInfo>Parser. parseMapStringOverlayInfo(String raw)
-