public abstract class ChartDetails
extends com.twosigma.beakerx.widgets.BeakerxWidget
MODEL, MODEL_MODULE_VALUE, MODEL_UPDATE, VIEW_MODULE_VALUEAPPLICATION_VND_JUPYTER_WIDGET_VIEW_JSON, DESCRIPTION, DISABLED, DISPLAY, INDEX, METHOD, MODEL_ID, MODEL_MODULE, MODEL_MODULE_VERSION, MODEL_MODULE_VERSION_VALUE, MODEL_NAME, MSG_THROTTLE, VALUE, VIEW_MODULE, VIEW_MODULE_VERSION, VIEW_MODULE_VERSION_VALUE, VIEW_NAME, VISIBLE| Constructor and Description |
|---|
ChartDetails() |
| Modifier and Type | Method and Description |
|---|---|
GraphicsActionObject |
getDetails() |
protected GraphicsActionObject |
getDetailsFromMessage(java.util.HashMap content) |
protected java.util.List<? extends Graphics> |
getGraphics(GraphicsActionObject info,
ChartDetails chart)
Taken from code
com.twosigma.beaker.groovy.rest.ChartRest#getGraphics |
protected Graphics |
getGraphicsById(java.util.List<? extends Graphics> graphicsList,
java.lang.String graphicsId)
code
com.twosigma.beaker.groovy.rest.ChartRest#getGraphicsById |
protected java.lang.String |
getGraphicsUid(java.util.HashMap content) |
protected void |
onActionDetails(java.util.HashMap content,
com.twosigma.beakerx.message.Message message) |
protected void |
openComm() |
void |
setDetails(GraphicsActionObject details) |
activateWidgetInContainer, addValueChangeMsgCallback, content, display, getModelModuleValue, getViewModuleValue, sendModel, sendModelUpdate, sendModelUpdate, serializeToJsonObject, serializeToJsonObjectpublic GraphicsActionObject getDetails()
public void setDetails(GraphicsActionObject details)
protected void openComm()
openComm in class com.twosigma.beakerx.widgets.Widgetprotected void onActionDetails(java.util.HashMap content,
com.twosigma.beakerx.message.Message message)
protected java.lang.String getGraphicsUid(java.util.HashMap content)
protected GraphicsActionObject getDetailsFromMessage(java.util.HashMap content)
protected java.util.List<? extends Graphics> getGraphics(GraphicsActionObject info, ChartDetails chart)
com.twosigma.beaker.groovy.rest.ChartRest#getGraphicsinfo - GraphicsActionObjectchart - ChartDetailsprotected Graphics getGraphicsById(java.util.List<? extends Graphics> graphicsList, java.lang.String graphicsId)
com.twosigma.beaker.groovy.rest.ChartRest#getGraphicsByIdgraphicsList - list of Graphics objectsgraphicsId - string with id of Graphics object