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, validate
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, 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.v8.dt.ui.aef.models.IDynamicTreeModel
getCheckStateProvider, getInput, getLabelProvider, getTreeContentProvider
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Constructor Details
-
AbstractDtDynamicTreeModel
public AbstractDtDynamicTreeModel()
-