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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONObjecttoJson()
 
- 
- 
- 
Method Detail- 
toJsonJSONObject toJson() throws JSONException - Throws:
- JSONException
 
 
- 
 
-