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
- Direct Known Subclasses:
ExtensionWizard.ConfigurationExtensionWizardModel
- Enclosing class:
- AbstractDependentProjectWizard<M extends MdObject>
public static class AbstractDependentProjectWizard.DependentWizardModel<M extends MdObject>
extends AbstractProjectWizard.WizardModel<M>
Dependent wizard model instance.
-
Field Summary
FieldsFields inherited from class com._1c.g5.v8.dt.md.ui.wizards.AbstractProjectWizard.WizardModel
comment, name, projectLocation, projectName, synonym, useDefaultLocation, version, wizard
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
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
-
Field Details
-
baseProjectName
-
-
Constructor Details
-
DependentWizardModel
-
-
Method Details