Package com._1c.g5.v8.dt.md.ui.wizards
Class AbstractDependentProjectWizard.LibraryBasedDependentWizardModel
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<Configuration>
com._1c.g5.v8.dt.md.ui.wizards.library.AbstractLibraryBasedWizardModel
com._1c.g5.v8.dt.md.ui.wizards.AbstractDependentProjectWizard.LibraryBasedDependentWizardModel
- All Implemented Interfaces:
ICompoundModel,IModel,IValidable,AbstractDependentProjectWizard.IDependentWizardModel
- Direct Known Subclasses:
ExtensionWizard.ConfigurationExtensionWizardModel
- Enclosing class:
- AbstractDependentProjectWizard<M extends MdObject>
public static class AbstractDependentProjectWizard.LibraryBasedDependentWizardModel
extends AbstractLibraryBasedWizardModel
implements AbstractDependentProjectWizard.IDependentWizardModel
Library-based 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
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.library.AbstractLibraryBasedWizardModel
getLibraryDescriptorValue, getLibraryPathValue, getLibrarySourceValue, getUseLibraryValueMethods inherited from class com._1c.g5.v8.dt.md.ui.wizards.AbstractProjectWizard.WizardModel
commit, generateProjectName, getOldName, getProjectNameValidatorMethods inherited from class com._1c.g5.aef2.models.CompoundModel
addModel, dispose, getChange, getModels, isOnline, setComponent, validateMethods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, createWorkingCopy, discard, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, notifyModelChanged, notifyModelCommitted, removeModelListener, setOnline, toStringMethods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, getValidatorTarget, removeValidator, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, createWorkingCopy, discard, getComponent, removeModelListenerMethods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate
-
Field Details
-
baseProjectName
-
-
Constructor Details
-
LibraryBasedDependentWizardModel
-
-
Method Details
-
getBaseProjectName
- Specified by:
getBaseProjectNamein interfaceAbstractDependentProjectWizard.IDependentWizardModel
-
getBaseProjects
- Specified by:
getBaseProjectsin interfaceAbstractDependentProjectWizard.IDependentWizardModel
-
commit
public void commit()Description copied from interface:IModelCommits the changes to the data model.- Specified by:
commitin interfaceIModel- Overrides:
commitin classAbstractLibraryBasedWizardModel
-
getOldBaseProjectName
-