Class QualificationDetailTreeModel
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.tree.QualificationDetailTreeModel
- All Implemented Interfaces:
TreeModel
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionQualificationDetailTreeModel
(QualificationService qualificationService, QueryBuilderFactory queryBuilderFactory, Context context, DefaultDisplayService defaultDisplayService, TextResources textResources) -
Method Summary
Modifier and TypeMethodDescriptiongetChildren
(String key, @Nullable TreeContext treeContext) getPath
(String key, @Nullable TreeContext treeContext) getType()
move
(String movedNodeKey, String targetNodeKey, String point, @Nullable TreeContext treeContext)
-
Constructor Details
-
QualificationDetailTreeModel
public QualificationDetailTreeModel(QualificationService qualificationService, QueryBuilderFactory queryBuilderFactory, Context context, DefaultDisplayService defaultDisplayService, TextResources textResources)
-
-
Method Details
-
getType
-
getChildren
public List<TreeNode> getChildren(String key, @Nullable @Nullable TreeContext treeContext) throws TreeModelException - Specified by:
getChildren
in interfaceTreeModel
- Throws:
TreeModelException
-
getPath
-
move
public MoveResult move(String movedNodeKey, String targetNodeKey, String point, @Nullable @Nullable TreeContext treeContext) throws TreeModelException - Specified by:
move
in interfaceTreeModel
- Throws:
TreeModelException
-