Uses of Interface
com._1c.g5.v8.dt.chart.model.GaugeChartQualityBand
Packages that use GaugeChartQualityBand
Package
Description
-
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return GaugeChartQualityBandModifier and TypeMethodDescriptionChartFactory.createGaugeChartQualityBand()
Returns a new object of class 'Gauge Chart Quality Band'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type GaugeChartQualityBandModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<GaugeChartQualityBand>
GaugeChartQualityBands.getItems()
Returns the value of the 'Items' containment reference list. -
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement GaugeChartQualityBandModifier and TypeClassDescriptionclass
An implementation of the model object 'Gauge Chart Quality Band'.Methods in com._1c.g5.v8.dt.chart.model.impl that return GaugeChartQualityBandMethods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type GaugeChartQualityBandModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<GaugeChartQualityBand>
GaugeChartQualityBandsImpl.getItems()
-
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type GaugeChartQualityBandModifier and TypeMethodDescriptionChartSwitch.caseGaugeChartQualityBand
(GaugeChartQualityBand object) Returns the result of interpreting the object as an instance of 'Gauge Chart Quality Band'. -
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components that return types with arguments of type GaugeChartQualityBandModifier and TypeMethodDescriptionprotected MappingGridContentProvider<GaugeChartQualityBandGridItem,
GaugeChartQualityBand, IGaugeChartQualityBandsGridModel> GaugeChartQualityBandsGridComponent.createContentProvider
(IGaugeChartQualityBandsGridModel model) Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components with parameters of type GaugeChartQualityBandModifier and TypeMethodDescriptionprotected IComponent<?>
GaugeChartQualityBandsGridComponent.createComponent
(GridColumnViewModel column, GaugeChartQualityBand element) -
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that return GaugeChartQualityBandModifier and TypeMethodDescriptionGaugeChartQualityBandsGridModel.addBand()
IGaugeChartQualityBandsGridModel.addBand()
Creates new band and adds it to collection.GaugeChartQualityBandsGridModel.getChildren
(GaugeChartQualityBand element) GaugeChartQualityBandsGridModel.getElements()
GaugeChartQualityBandsGridModel.getParent
(GaugeChartQualityBand element) Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that return types with arguments of type GaugeChartQualityBandMethods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models with parameters of type GaugeChartQualityBandModifier and TypeMethodDescriptionGaugeChartQualityBandsGridModel.getBackColorModel
(GaugeChartQualityBand element) IGaugeChartQualityBandsGridModel.getBackColorModel
(GaugeChartQualityBand element) Gets the back color model for given band.GaugeChartQualityBandsGridModel.getBeginModel
(GaugeChartQualityBand element) IGaugeChartQualityBandsGridModel.getBeginModel
(GaugeChartQualityBand element) Gets the begin value model for given band.GaugeChartQualityBandsGridModel.getChildren
(GaugeChartQualityBand element) GaugeChartQualityBandsGridModel.getEndModel
(GaugeChartQualityBand element) IGaugeChartQualityBandsGridModel.getEndModel
(GaugeChartQualityBand element) Gets the end value model for given band.GaugeChartQualityBandsGridModel.getParent
(GaugeChartQualityBand element) GaugeChartQualityBandsGridModel.getTextModel
(GaugeChartQualityBand element) IGaugeChartQualityBandsGridModel.getTextModel
(GaugeChartQualityBand element) Gets the text value model for given band.GaugeChartQualityBandsGridModel.getTooltipModel
(GaugeChartQualityBand element) IGaugeChartQualityBandsGridModel.getTooltipModel
(GaugeChartQualityBand element) Gets the tooltip value model for given band.boolean
GaugeChartQualityBandsGridModel.hasChildren
(GaugeChartQualityBand element) void
GaugeChartQualityBandsGridModel.removeBand
(GaugeChartQualityBand band) void
IGaugeChartQualityBandsGridModel.removeBand
(GaugeChartQualityBand band) Removes band from collection.boolean
GaugeChartQualityBandsGridModel.tryMoveBandDown
(GaugeChartQualityBand band) boolean
IGaugeChartQualityBandsGridModel.tryMoveBandDown
(GaugeChartQualityBand band) Moves band down in collection if this possible.boolean
GaugeChartQualityBandsGridModel.tryMoveBandUp
(GaugeChartQualityBand band) boolean
IGaugeChartQualityBandsGridModel.tryMoveBandUp
(GaugeChartQualityBand band) Moves band up in collection if this possible.