Class BmSpreadsheetDataFormModel
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<T>
com._1c.g5.v8.dt.form.internal.ui.properties.models.FormBmValue<org.eclipse.emf.ecore.EObject,SpreadsheetDocumentExtInfo>
com._1c.g5.v8.dt.form.internal.ui.properties.models.datapath.BmSpreadsheetDataFormModel
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfValueAttribute<org.eclipse.emf.ecore.EObject,
,IBmObject> IValue<org.eclipse.emf.ecore.EObject>
,IValidable
,IModelApiAwareModel
,IFormValue<org.eclipse.emf.ecore.EObject,
SpreadsheetDocumentExtInfo>
public class BmSpreadsheetDataFormModel
extends FormBmValue<org.eclipse.emf.ecore.EObject,SpreadsheetDocumentExtInfo>
The model for open SpreadsheetData in form attributes
-
Constructor Summary
ConstructorsConstructorDescriptionBmSpreadsheetDataFormModel
(Form form, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8ProjectManager v8ProjectManager, ITopObjectFqnGenerator fqnGenerator) Creates a new model. -
Method Summary
Modifier and TypeMethodDescriptionReturns V8 project manager.Methods inherited from class com._1c.g5.v8.dt.form.internal.ui.properties.models.FormBmValue
getForm, getSelection
Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmValue
adapt, createTask, dispose, 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, dispose, 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
-
BmSpreadsheetDataFormModel
public BmSpreadsheetDataFormModel(Form form, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8ProjectManager v8ProjectManager, ITopObjectFqnGenerator fqnGenerator) Creates a new model.- Parameters:
form
- the form model, cannot benull
object
- the form model object, cannot benull
feature
- the feature of form model object, cannot benull
v8ProjectManager
- the V8 project manager, cannot benull
fqnGenerator
- the FQN generator, cannot benull
-
-
Method Details
-
getV8ProjectManager
Returns V8 project manager.- Returns:
- V8 project manager, never
null
-
getFqnGenerator
- Returns:
- the fqnGenerator
-