Interface EntityTreeViewModel
- All Superinterfaces:
TreeModel
- All Known Implementing Classes:
EntityTreeViewModelImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetCreateRelationMap
(@Nullable TreeContext context) Deprecated.getIconMap
(@Nullable TreeContext context) Deprecated.@Nullable TreeNode
getRoot
(@Nullable TreeContext context) Deprecated.getSearchResult
(String key, @Nullable TreeContext context) Deprecated.getTreeConfig
(@Nullable TreeContext context) Deprecated.getTreeNode
(String key, @Nullable TreeContext context) Deprecated.Methods inherited from interface ch.tocco.nice2.netui.api.tree.model.TreeModel
getChildren, getPath, getType, move
-
Method Details
-
getRoot
@Nullable @Nullable TreeNode getRoot(@Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-
getTreeConfig
Deprecated.- Throws:
TreeModelException
-
getIconMap
Map<String,EntityTreeViewProvider.Icon> getIconMap(@Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-
getSearchResult
List<String> getSearchResult(String key, @Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-
getTreeNode
Deprecated.- Throws:
TreeModelException
-
getCreateRelationMap
Map<String,Map<String, getCreateRelationMapString>> (@Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-