JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.exoplatform.portal.tree.diff
Interface HierarchyAdapter<L,
N,
H>
public interface
HierarchyAdapter<L,
N,
H>
Author:
Julien Viet
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
L
getChildren
(
N
node)
N
getDescendant
(
N
node,
H
handle)
H
getHandle
(
N
node)
Method Details
getHandle
H
getHandle
(
N
node)
getChildren
L
getChildren
(
N
node)
getDescendant
N
getDescendant
(
N
node,
H
handle)