Interface TreeModel
- All Known Subinterfaces:
ContentTreeModel, EntityTreeViewModel
- All Known Implementing Classes:
ContentTreeModelImpl, EntityTreeViewModelImpl, FormEditTreeModelImpl, QualificationDetailTreeModel, QualificationTreeModel, QualificationUpdateTreeModel
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetChildren(String key, @Nullable TreeContext context) Deprecated.getPath(String key, @Nullable TreeContext context) Deprecated.getType()Deprecated.move(String movedNodeKey, String targetNodeKey, String point, @Nullable TreeContext context) Deprecated.
-
Method Details
-
getType
String getType()Deprecated. -
getChildren
List<TreeNode> getChildren(String key, @Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-
getPath
Deprecated.- Throws:
TreeModelException
-
move
MoveResult move(String movedNodeKey, String targetNodeKey, String point, @Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-