public static interface AbstractSeriesData.DataUpdateListener
| Modifier and Type | Method and Description |
|---|---|
void |
categoryModified(int i,
String cellValue) |
void |
xDataModified(int i,
Double cellValue) |
void |
yDataModified(int i,
Double cellValue) |
void |
zDataModified(int i,
Double cellValue) |
Copyright © 2016–2025 Vaadin Ltd. All rights reserved.