Uses of Class
com.vaadin.addon.spreadsheet.client.PopupButtonWidget
Packages that use PopupButtonWidget
-
Uses of PopupButtonWidget in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client that return PopupButtonWidgetMethods in com.vaadin.addon.spreadsheet.client with parameters of type PopupButtonWidgetModifier and TypeMethodDescriptionvoidSheetWidget.addPopupButton(PopupButtonWidget popupButton) voidSpreadsheetWidget.addPopupButton(PopupButtonWidget widget) voidSheetWidget.removePopupButton(PopupButtonWidget popupButton) voidSpreadsheetWidget.removePopupButton(PopupButtonWidget popupButton) voidSheetWidget.updatePopupButtonPosition(PopupButtonWidget popupButton, int oldRow, int oldCol, int newRow, int newCol) PopupButtons should not change position (cell), but the popupButton's col and row values come after the popupButton has actually been added.