Package ch.tocco.nice2.netui.impl.tree
Class TreeServiceImpl
java.lang.Object
ch.tocco.nice2.netui.impl.tree.TreeServiceImpl
- All Implemented Interfaces:
TreeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath
(String key, String type, @Nullable TreeContext context) load
(String key, String type, @Nullable TreeContext context) move
(String movedNodeKey, String targetNodeKey, String point, String type, @Nullable TreeContext context) void
-
Constructor Details
-
TreeServiceImpl
public TreeServiceImpl()
-
-
Method Details
-
setModels
-
load
public TreeData load(String key, String type, @Nullable @Nullable TreeContext context) throws TreeServiceException - Specified by:
load
in interfaceTreeService
- Throws:
TreeServiceException
-
getPath
public List<String> getPath(String key, String type, @Nullable @Nullable TreeContext context) throws TreeServiceException - Specified by:
getPath
in interfaceTreeService
- Throws:
TreeServiceException
-
move
public MoveResult move(String movedNodeKey, String targetNodeKey, String point, String type, @Nullable @Nullable TreeContext context) throws TreeServiceException - Specified by:
move
in interfaceTreeService
- Throws:
TreeServiceException
-