Uses of Class
com._1c.g5.v8.dt.chart.model.ChartSelectionMode
-
Packages that use ChartSelectionMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue -
-
Uses of ChartSelectionMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartSelectionMode Modifier and Type Field Description static List<ChartSelectionMode>
ChartSelectionMode. VALUES
A public read-only list of all the 'Selection Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartSelectionMode Modifier and Type Method Description static ChartSelectionMode
ChartSelectionMode. get(int value)
Returns the 'Selection Mode' literal with the specified integer value.static ChartSelectionMode
ChartSelectionMode. get(String literal)
Returns the 'Selection Mode' literal with the specified literal value.static ChartSelectionMode
ChartSelectionMode. getByName(String name)
Returns the 'Selection Mode' literal with the specified name.ChartSelectionMode
Chart. getSelectionMode()
Returns the value of the 'Selection Mode' attribute.static ChartSelectionMode
ChartSelectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChartSelectionMode[]
ChartSelectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartSelectionMode Modifier and Type Method Description void
Chart. setSelectionMode(ChartSelectionMode value)
Sets the value of the 'Selection Mode
' attribute. -
Uses of ChartSelectionMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartSelectionMode Modifier and Type Method Description ChartSelectionMode
ChartFactoryImpl. createChartSelectionModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ChartSelectionMode
ChartImpl. getSelectionMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartSelectionMode Modifier and Type Method Description void
ChartImpl. setSelectionMode(ChartSelectionMode newSelectionMode)
-
Uses of ChartSelectionMode in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return ChartSelectionMode Modifier and Type Method Description ChartSelectionMode
ChartChartSelectionMode. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type ChartSelectionMode Modifier and Type Method Description String
ChartChartSelectionMode. getValueText(IV8Project v8project, String langCode, ChartSelectionMode value)
boolean
ChartChartSelectionMode. isValuesEquals(ChartSelectionMode value1, ChartSelectionMode value2)
-