Interface IGaugeChartQualityBandsModelValue
- All Superinterfaces:
IModel
,IModelApiAwareModel
,IValidable
,IValue<GaugeChartQualityBands>
- All Known Implementing Classes:
BmGaugeChartQualityBandsModelValue
public interface IGaugeChartQualityBandsModelValue
extends IValue<GaugeChartQualityBands>, IModelApiAwareModel
Component model for
GaugeChartQualityBands
interface.-
Method Summary
Modifier and TypeMethodDescriptionGet the related grid model.Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.v8.dt.aef2.IModelApiAwareModel
getModelApi, setModelApi
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Method Details
-
getGridModel
IGaugeChartQualityBandsGridModel getGridModel()Get the related grid model.- Returns:
- The related grid model.
-