Uses of Class
org.teamapps.dto.UiDataPointWeighting
-
-
Uses of UiDataPointWeighting in org.teamapps.dto
Fields in org.teamapps.dto declared as UiDataPointWeighting Modifier and Type Field Description protected UiDataPointWeightingUiPieChart. dataPointWeightingprotected UiDataPointWeightingUiPieChart.SetDataPointWeightingCommand. dataPointWeightingMethods in org.teamapps.dto that return UiDataPointWeighting Modifier and Type Method Description UiDataPointWeightingUiPieChart. getDataPointWeighting()UiDataPointWeightingUiPieChart.SetDataPointWeightingCommand. getDataPointWeighting()static UiDataPointWeightingUiDataPointWeighting. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiDataPointWeighting[]UiDataPointWeighting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiDataPointWeighting Modifier and Type Method Description UiPieChartUiPieChart. setDataPointWeighting(UiDataPointWeighting dataPointWeighting)Constructors in org.teamapps.dto with parameters of type UiDataPointWeighting Constructor Description SetDataPointWeightingCommand(java.lang.String componentId, UiDataPointWeighting dataPointWeighting)
-