Class BmRealPiePointModelValue
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.value.Value<T>
com._1c.g5.v8.dt.aef2.bm.models.BmValue<Integer>
com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.BmRealPiePointModelValue
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfValueAttribute<Integer,
,IBmObject> IValue<Integer>
,IValidable
,IModelApiAwareModel
,IRealPiePointModelValue
BM value for real pie point property of a
Chart
.-
Constructor Summary
ConstructorsConstructorDescriptionBmRealPiePointModelValue
(Chart chart, org.eclipse.core.resources.IProject project, IEditingLanguageManager languageProvider) The constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Disposes this model.int
Gets the point count.Gets the point names.Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmValue
adapt, createTask, getChange, getModelApi, getObject, getObjectValue, getProperty, processBmValueChange, setModelApi, setObjectValue
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, set, setCommittedValue, setUncommittedValue, setValue, toString
Methods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditable
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, getChange, getComponent, isOnline, removeModelListener, setComponent
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
-
Constructor Details
-
BmRealPiePointModelValue
public BmRealPiePointModelValue(Chart chart, org.eclipse.core.resources.IProject project, IEditingLanguageManager languageProvider) The constructor.- Parameters:
chart
- The chart, cannot benull
.project
- The project, cannot benull
.languageProvider
- The language provider, cannot benull
.
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:IModel
Disposes this model. -
getPointCount
public int getPointCount()Description copied from interface:IRealPiePointModelValue
Gets the point count.- Specified by:
getPointCount
in interfaceIRealPiePointModelValue
- Returns:
- The point count.
-
getPointNames
Description copied from interface:IRealPiePointModelValue
Gets the point names.- Specified by:
getPointNames
in interfaceIRealPiePointModelValue
- Returns:
- The list of point names.
-