Uses of Interface
org.teamapps.dto.UiGraphData
-
-
Uses of UiGraphData in org.teamapps.dto
Classes in org.teamapps.dto that implement UiGraphData Modifier and Type Class Description classUiGraphGroupDataTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiHoseGraphDataTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiIncidentGraphDataTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiLineGraphDataTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!Fields in org.teamapps.dto with type parameters of type UiGraphData Modifier and Type Field Description protected java.util.Map<java.lang.String,UiGraphData>UiTimeGraph.AddDataCommand. dataprotected java.util.Map<java.lang.String,UiGraphData>UiGraphGroupData. graphDataByGraphIdMethods in org.teamapps.dto that return types with arguments of type UiGraphData Modifier and Type Method Description java.util.Map<java.lang.String,UiGraphData>UiTimeGraph.AddDataCommand. getData()java.util.Map<java.lang.String,UiGraphData>UiGraphGroupData. getGraphDataByGraphId()Constructor parameters in org.teamapps.dto with type arguments of type UiGraphData Constructor Description AddDataCommand(java.lang.String componentId, int zoomLevel, java.util.Map<java.lang.String,UiGraphData> data)UiGraphGroupData(java.util.Map<java.lang.String,UiGraphData> graphDataByGraphId, UiLongInterval interval)
-