| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet.client |
| Modifier and Type | Method and Description |
|---|---|
PopupButtonWidget |
PopupButtonConnector.getWidget() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetWidget.addPopupButton(PopupButtonWidget widget) |
void |
SheetWidget.addPopupButton(PopupButtonWidget popupButton) |
void |
SpreadsheetWidget.removePopupButton(PopupButtonWidget popupButton) |
void |
SheetWidget.removePopupButton(PopupButtonWidget popupButton) |
void |
SheetWidget.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.
|
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.