Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ChartValuesEditMode
Packages that use ChartValuesEditMode
-
Uses of ChartValuesEditMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartValuesEditModeModifier and TypeFieldDescriptionstatic final List<ChartValuesEditMode>ChartValuesEditMode.VALUESA public read-only list of all the 'Values Edit Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartValuesEditModeModifier and TypeMethodDescriptionstatic ChartValuesEditModeChartValuesEditMode.get(int value) Returns the 'Values Edit Mode' literal with the specified integer value.static ChartValuesEditModeReturns the 'Values Edit Mode' literal with the specified literal value.static ChartValuesEditModeReturns the 'Values Edit Mode' literal with the specified name.RealDataItem.getEditMode()Returns the value of the 'Edit Mode' attribute.Chart.getValuesEditMode()Returns the value of the 'Values Edit Mode' attribute.SeriesProperties.getValuesEditMode()Returns the value of the 'Values Edit Mode' attribute.static ChartValuesEditModeReturns the enum constant of this class with the specified name.static ChartValuesEditMode[]ChartValuesEditMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartValuesEditModeModifier and TypeMethodDescriptionvoidRealDataItem.setEditMode(ChartValuesEditMode value) Sets the value of the 'Edit Mode' attribute.voidChart.setValuesEditMode(ChartValuesEditMode value) Sets the value of the 'Values Edit Mode' attribute.voidSeriesProperties.setValuesEditMode(ChartValuesEditMode value) Sets the value of the 'Values Edit Mode' attribute. -
Uses of ChartValuesEditMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartValuesEditModeModifier and TypeMethodDescriptionChartFactoryImpl.createChartValuesEditModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) RealDataItemImpl.getEditMode()ChartImpl.getValuesEditMode()SeriesPropertiesImpl.getValuesEditMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartValuesEditModeModifier and TypeMethodDescriptionvoidRealDataItemImpl.setEditMode(ChartValuesEditMode newEditMode) voidChartImpl.setValuesEditMode(ChartValuesEditMode newValuesEditMode) voidSeriesPropertiesImpl.setValuesEditMode(ChartValuesEditMode newValuesEditMode)