Class SpreadSheetScrollBarUseModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.v8.dt.form.internal.ui.properties.models.SpreadSheetScrollBarUseModel
- All Implemented Interfaces:
IModel
,IValidable
,ISpreadSheetScrollBarUseModel
The
ISpreadSheetScrollBarUseModel
model implementation for the spreadsheet
document scroll bar component.-
Constructor Summary
ConstructorsConstructorDescriptionSpreadSheetScrollBarUseModel
(SpreadSheetDocFieldExtInfo object, org.eclipse.emf.ecore.EStructuralFeature feature, Version version) Creates a model. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Disposes this model.Returns the value ofBoolean
type.Returns the value ofSpreadSheetDocumentScrollBarUse
type.org.eclipse.emf.ecore.EStructuralFeature
Returns the structural feature.Returns the project version.Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, createWorkingCopy, discard, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline, toString
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, getValidatorTarget, 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, createWorkingCopy, discard, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Constructor Details
-
SpreadSheetScrollBarUseModel
public SpreadSheetScrollBarUseModel(SpreadSheetDocFieldExtInfo object, org.eclipse.emf.ecore.EStructuralFeature feature, Version version) Creates a model.- Parameters:
object
- the object, cannot benull
feature
- the feature, cannot benull
version
- the project version, cannot benull
-
-
Method Details
-
getChange
-
getVersion
Description copied from interface:ISpreadSheetScrollBarUseModel
Returns the project version.- Specified by:
getVersion
in interfaceISpreadSheetScrollBarUseModel
- Returns:
- the project version, cannot be
null
-
getFeature
public org.eclipse.emf.ecore.EStructuralFeature getFeature()Description copied from interface:ISpreadSheetScrollBarUseModel
Returns the structural feature.- Specified by:
getFeature
in interfaceISpreadSheetScrollBarUseModel
- Returns:
- the structural feature, cannot be
null
-
getEnumValue
Description copied from interface:ISpreadSheetScrollBarUseModel
Returns the value ofSpreadSheetDocumentScrollBarUse
type.- Specified by:
getEnumValue
in interfaceISpreadSheetScrollBarUseModel
- Returns:
- cannot be
null
-
getBooleanValue
Description copied from interface:ISpreadSheetScrollBarUseModel
Returns the value ofBoolean
type.- Specified by:
getBooleanValue
in interfaceISpreadSheetScrollBarUseModel
- Returns:
- cannot be
null
-
dispose
public void dispose()Description copied from interface:IModel
Disposes this model.
-