Package com._1c.g5.v8.dt.md.ui.wizards
Class AbstractDependentProjectWizard.DependentWizardModel<M extends MdObject>
- 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<M>
-
- All Implemented Interfaces:
ICompoundModel
,IModel
,IValidable
- Enclosing class:
- AbstractDependentProjectWizard<M extends MdObject>
public static class AbstractDependentProjectWizard.DependentWizardModel<M extends MdObject> extends AbstractProjectWizard.WizardModel<M>
Dependent wizard model instance.
-
-
Field Summary
Fields Modifier and Type Field Description IValue<String>
baseProjectName
-
Fields inherited from class com._1c.g5.v8.dt.md.ui.wizards.AbstractProjectWizard.WizardModel
comment, name, projectLocation, projectName, synonym, useDefaultLocation, version, wizard
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DependentWizardModel(AbstractDependentProjectWizard<M> wizard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commit()
Commits the changes to the data model.String
getOldBaseProjectName()
-
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.AbstractProjectWizard.WizardModel
commit, generateProjectName, 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
-
-
-
-
Constructor Detail
-
DependentWizardModel
protected DependentWizardModel(AbstractDependentProjectWizard<M> wizard)
-
-