public abstract static class Chart.AbstractGraphItemClickEvent extends Chart.AbstractClickEvent
| Constructor and Description |
|---|
AbstractGraphItemClickEvent(Chart chart,
Graph graph,
java.lang.String graphId,
DataItem dataItem,
int itemIndex,
int x,
int y,
int absoluteX,
int absoluteY) |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
getDataItem() |
DataItem |
getDataItemNN() |
io.jmix.core.Entity |
getEntity() |
io.jmix.core.Entity |
getEntityNN() |
Graph |
getGraph() |
java.lang.String |
getGraphId() |
int |
getItemIndex() |
getAbsoluteX, getAbsoluteY, getX, getYgetSourcepublic java.lang.String getGraphId()
@Nullable public DataItem getDataItem()
public DataItem getDataItemNN()
@Nullable public io.jmix.core.Entity getEntity()
public io.jmix.core.Entity getEntityNN()
public int getItemIndex()
public Graph getGraph()