Class DataTableChart
Object
ObjectIdentity
AbstractBuilder
- All Implemented Interfaces:
CanDrillDown
,Portlet
,Portlet
Methods of this class are mostly self-explanatory
or equivalent to the Highcharts methods described at
HighCharts.Chart.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Fields inherited from class AbstractChartBuilder
dragDropEnabled, layout, queryBuilderState, resizingEnabled
Fields inherited from class AbstractBuilder
METHOD_BUILD
Fields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
-
Constructor Summary
ConstructorDescriptionDataTableChart
(IdGenerator idGenerator, Invocations<MethodInvocation> invocations) -
Method Summary
Methods inherited from class AbstractChartBuilder
addAuxLine, addInvocation, build, fromQueryBuilderState, getDictionary, getThis, invokeAddSeries, invokeGetOptions, invokeGetSeries, layout, onCellClick, onRowClick, value, withDragDrop, withHeight, withHeight, withLayout, withLayout, withLayout, withResizing, withWidth, withWidth
Methods inherited from class ObjectIdentity
addInvocation
-
Constructor Details
-
DataTableChart
public DataTableChart(IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
-
-
Method Details
-
addSeries
-
getOptions
- Specified by:
getOptions
in classAbstractChartBuilder<DataTableChart>
-
build
public ChartBuilderResult build()- Specified by:
build
in classAbstractBuilder
-