Uses of Interface
org.teamapps.dto.UiGraph
-
-
Uses of UiGraph in org.teamapps.dto
Classes in org.teamapps.dto that implement UiGraph Modifier and Type Class Description classUiGraphGroupTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiHoseGraphTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiIncidentGraphTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiLineGraphTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!Fields in org.teamapps.dto declared as UiGraph Modifier and Type Field Description protected UiGraphUiTimeGraph.AddOrUpdateGraphCommand. graphFields in org.teamapps.dto with type parameters of type UiGraph Modifier and Type Field Description protected java.util.List<UiGraph>UiGraphGroup. graphsprotected java.util.List<UiGraph>UiTimeGraph. graphsprotected java.util.List<UiGraph>UiTimeGraph.SetGraphsCommand. graphsMethods in org.teamapps.dto that return UiGraph Modifier and Type Method Description UiGraphUiTimeGraph.AddOrUpdateGraphCommand. getGraph()UiGraphUiGraph. setId(java.lang.String id)UiGraphUiGraph. setIntervalY(UiLongInterval intervalY)UiGraphUiGraph. setMaxTickDigits(int maxTickDigits)UiGraphUiGraph. setYAxisColor(java.lang.String yAxisColor)UiGraphUiGraph. setYAxisLabel(java.lang.String yAxisLabel)UiGraphUiGraph. setYAxisVisible(boolean yAxisVisible)UiGraphUiGraph. setYScaleType(UiScaleType yScaleType)UiGraphUiGraph. setYScaleZoomMode(UiLineChartYScaleZoomMode yScaleZoomMode)UiGraphUiGraph. setYZeroLineVisible(boolean yZeroLineVisible)Methods in org.teamapps.dto that return types with arguments of type UiGraph Modifier and Type Method Description java.util.List<UiGraph>UiGraphGroup. getGraphs()java.util.List<UiGraph>UiTimeGraph. getGraphs()java.util.List<UiGraph>UiTimeGraph.SetGraphsCommand. getGraphs()Method parameters in org.teamapps.dto with type arguments of type UiGraph Modifier and Type Method Description UiGraphGroupUiGraphGroup. setGraphs(java.util.List<UiGraph> graphs)Constructors in org.teamapps.dto with parameters of type UiGraph Constructor Description AddOrUpdateGraphCommand(java.lang.String componentId, UiGraph graph)Constructor parameters in org.teamapps.dto with type arguments of type UiGraph Constructor Description SetGraphsCommand(java.lang.String componentId, java.util.List<UiGraph> graphs)
-