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