com.rednels.ofcgwt.client.model
Interface JSONizable

All Known Implementing Classes:
AbstractAxis, AreaChart, BarChart, BarChart.Bar, ChartData, CylinderBarChart, CylinderBarChart.Bar, Element, FilledBarChart, FilledBarChart.Bar, HorizontalBarChart, HorizontalBarChart.Bar, Keys, Label, Legend, LineChart, LineChart.Dot, PieChart, PieChart.Slice, RadarAxis, RadarAxis.Labels, ScatterChart, ScatterChart.Point, Shape, Shape.Point, SketchBarChart, SketchBarChart.SketchBar, StackedBarChart, StackedBarChart.Stack, StackedBarChart.StackValue, Text, ToolTip, XAxis, XAxis.Labels, YAxis

public interface JSONizable

An interface that objects that build JSON strings should implement


Method Summary
 com.google.gwt.json.client.JSONValue buildJSON()
          Build (and return) a JSONObject that contains all the items of this object.
 

Method Detail

buildJSON

com.google.gwt.json.client.JSONValue buildJSON()
Build (and return) a JSONObject that contains all the items of this object. If required, will call.buildJSON() on any contained JSONizable objects, thus producing an entire JSON tree.

Returns:
the JSONObject