Interface ComponentData
- 
- All Known Implementing Classes:
 EventTableData,MetricsGaugeData,StaticGaugeData
public interface ComponentDataFilename: ComponentData.java Created on Apr 11, 2016 Author: Kathy Applebaum Copyright Inductive Automation 2016 Project: gateway-apiAn implementation should give us a way to set the data and a way to get it in a form that a particular js status page component will like.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONObjecttoJson() 
 - 
 
- 
- 
Method Detail
- 
toJson
JSONObject toJson() throws JSONException
- Throws:
 JSONException
 
 - 
 
 -