Uses of Interface
de.espirit.firstspirit.service.treedata.TNode
Packages that use TNode
Package
Description
-
Uses of TNode in de.espirit.firstspirit.service.treedata
Methods in de.espirit.firstspirit.service.treedata that return TNodeModifier and TypeMethodDescriptionTNode.getParent()
Returns parent object andnull
forroot
elements without parent.Returns root object.Methods in de.espirit.firstspirit.service.treedata that return types with arguments of type TNodeModifier and TypeMethodDescriptionTNode.getChildren()
Returns children.TNodeProvider.getNodes
(R request, @NotNull Collection<I> ids) Returns objects for the given ids.TNode.getPath()
Returns path to root ornull
forroot
nodes.Returns path to root ornull
for root nodes.Searches the giventext
. -
Uses of TNode in de.espirit.firstspirit.service.treedata.editor
Methods in de.espirit.firstspirit.service.treedata.editor that return TNode