Uses of Class
org.teamapps.dto.UiLineChartData
-
-
Uses of UiLineChartData in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiLineChartData Modifier and Type Field Description protected java.util.List<UiLineChartData>UiLineChart. dataprotected java.util.List<UiLineChartData>UiLineChart.SetDataCommand. dataMethods in org.teamapps.dto that return types with arguments of type UiLineChartData Modifier and Type Method Description java.util.List<UiLineChartData>UiLineChart. getData()java.util.List<UiLineChartData>UiLineChart.SetDataCommand. getData()Method parameters in org.teamapps.dto with type arguments of type UiLineChartData Modifier and Type Method Description UiLineChartUiLineChart. setData(java.util.List<UiLineChartData> data)Constructor parameters in org.teamapps.dto with type arguments of type UiLineChartData Constructor Description SetDataCommand(java.lang.String componentId, java.util.List<UiLineChartData> data, boolean clear)
-