public abstract class AbstractChartBuilder<C extends AbstractChartBuilder<C>>
extends AbstractBuilder
Modifier | Constructor and Description |
---|---|
protected |
AbstractChartBuilder(String classId,
IdGenerator idGenerator,
Invocations<MethodInvocation> invocations) |
Modifier and Type | Method and Description |
---|---|
protected AuxLine<C> |
addAuxLine() |
protected String |
addInvocation(String methodName,
Object... arguments) |
protected ChartBuilderResult |
build(ChartType type) |
Dictionary<C> |
getDictionary() |
protected C |
getThis() |
protected String |
invokeAddSeries() |
protected String |
invokeGetOptions() |
protected String |
invokeGetSeries() |
ChartEvents.OnCellClick<C> |
onCellClick() |
ChartEvents.OnRowClick<C> |
onRowClick() |
protected AbstractChartBuilder(String classId, IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
protected String addInvocation(String methodName, Object... arguments)
addInvocation
in class ObjectIdentity
protected C getThis()
public final Dictionary<C> getDictionary()
protected String invokeGetOptions()
protected String invokeAddSeries()
protected String invokeGetSeries()
public ChartEvents.OnRowClick<C> onRowClick()
public ChartEvents.OnCellClick<C> onCellClick()
protected ChartBuilderResult build(ChartType type)
Copyright © 2019. All rights reserved.