Uses of Enum Class
org.teamapps.dto.UiDataPointWeighting
-
Uses of UiDataPointWeighting in org.teamapps.dto
Fields in org.teamapps.dto declared as UiDataPointWeightingModifier and TypeFieldDescriptionprotected UiDataPointWeightingUiPieChart.dataPointWeightingprotected UiDataPointWeightingUiPieChart.SetDataPointWeightingCommand.dataPointWeightingMethods in org.teamapps.dto that return UiDataPointWeightingModifier and TypeMethodDescriptionUiPieChart.getDataPointWeighting()UiPieChart.SetDataPointWeightingCommand.getDataPointWeighting()static UiDataPointWeightingReturns the enum constant of this class with the specified name.static UiDataPointWeighting[]UiDataPointWeighting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiDataPointWeightingModifier and TypeMethodDescriptionUiPieChart.setDataPointWeighting(UiDataPointWeighting dataPointWeighting) Constructors in org.teamapps.dto with parameters of type UiDataPointWeightingModifierConstructorDescriptionSetDataPointWeightingCommand(String componentId, UiDataPointWeighting dataPointWeighting)