Uses of Enum Class
com.mewebstudio.springboot.jpa.nestedset.MoveNodeDirection
-
Uses of MoveNodeDirection in com.mewebstudio.springboot.jpa.nestedset
Methods in com.mewebstudio.springboot.jpa.nestedset that return MoveNodeDirectionModifier and TypeMethodDescriptionstatic MoveNodeDirectionReturns the enum constant of this class with the specified name.static MoveNodeDirection[]MoveNodeDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mewebstudio.springboot.jpa.nestedset with parameters of type MoveNodeDirectionModifier and TypeMethodDescriptionprotected TAbstractNestedSetService.moveNode(T node, MoveNodeDirection direction) Move a node in the tree.