Package com._1c.g5.v8.dt.ui.aef.models
Class AbstractDtDynamicTreeModel<T>
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.ui.aef.models.AbstractDtDynamicTreeModel<T>
- All Implemented Interfaces:
ICompoundModel,IModel,IValidable,IDynamicTreeModel<T>
- Direct Known Subclasses:
UsedFunctionalityFlagTreeModel
public abstract class AbstractDtDynamicTreeModel<T>
extends CompoundModel
implements IDynamicTreeModel<T>
Abstract implementation for
IDynamicTreeModel.-
Constructor Summary
Constructors -
Method Summary
Methods 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, commit, 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.v8.dt.ui.aef.models.IDynamicTreeModel
getCheckStateProvider, getInput, getLabelProvider, getTreeContentProviderMethods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponentMethods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Constructor Details
-
AbstractDtDynamicTreeModel
public AbstractDtDynamicTreeModel()
-