Class ExtensionWizard.ConfigurationExtensionWizardModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.CompoundModel
com._1c.g5.v8.dt.md.ui.wizards.AbstractProjectWizard.WizardModel<M>
com._1c.g5.v8.dt.md.ui.wizards.AbstractDependentProjectWizard.DependentWizardModel<Configuration>
com._1c.g5.v8.dt.internal.md.ui.extension.wizards.ExtensionWizard.ConfigurationExtensionWizardModel
- All Implemented Interfaces:
ICompoundModel
,IModel
,IValidable
- Enclosing class:
- ExtensionWizard
protected static class ExtensionWizard.ConfigurationExtensionWizardModel
extends AbstractDependentProjectWizard.DependentWizardModel<Configuration>
Configuration extension project model.
-
Field Summary
FieldsFields inherited from class com._1c.g5.v8.dt.md.ui.wizards.AbstractDependentProjectWizard.DependentWizardModel
baseProjectName
Fields inherited from class com._1c.g5.v8.dt.md.ui.wizards.AbstractProjectWizard.WizardModel
comment, name, projectLocation, projectName, synonym, useDefaultLocation, version, wizard
-
Method Summary
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.AbstractDependentProjectWizard.DependentWizardModel
getOldBaseProjectName
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.AbstractProjectWizard.WizardModel
commit, getOldName, getProjectNameValidator
Methods inherited from class com._1c.g5.aef2.models.CompoundModel
addModel, dispose, getChange, getModels, isOnline, setComponent, validate
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, createWorkingCopy, discard, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, notifyModelChanged, notifyModelCommitted, removeModelListener, setOnline, toString
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, getValidatorTarget, removeValidator, 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, createWorkingCopy, discard, getComponent, removeModelListener
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate
-
Field Details
-
namePrefix
-
-
Method Details
-
commit
public void commit()Description copied from interface:IModel
Commits the changes to the data model.- Specified by:
commit
in interfaceIModel
- Overrides:
commit
in classAbstractDependentProjectWizard.DependentWizardModel<Configuration>
-
generateProjectName
Description copied from class:AbstractProjectWizard.WizardModel
Generate project name by object name.- Overrides:
generateProjectName
in classAbstractProjectWizard.WizardModel<Configuration>
- Returns:
- project name, never
null
-