@Deprecated public class ChildPagingEvsTreeConverter extends java.lang.Object implements EvsTreeConverter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PAGE
Deprecated.
The Constant PAGE.
|
Constructor and Description |
---|
ChildPagingEvsTreeConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LexEvsTreeNode> |
buildChildrenPathToRootNodes(LexEvsTreeNode focusNode)
Deprecated.
Builds the children path to root nodes.
|
java.util.List<LexEvsTreeNode> |
buildEvsTreePathFromRootTree(LexEvsTreeNode focusNode)
Deprecated.
Builds the json path from root tree.
|
int |
expandableStatusToInt(LexEvsTreeNode.ExpandableStatus status)
Deprecated.
Expandable status to int.
|
public static final java.lang.String PAGE
public java.util.List<LexEvsTreeNode> buildEvsTreePathFromRootTree(LexEvsTreeNode focusNode)
EvsTreeConverter
buildEvsTreePathFromRootTree
in interface EvsTreeConverter
focusNode
- the focus nodepublic java.util.List<LexEvsTreeNode> buildChildrenPathToRootNodes(LexEvsTreeNode focusNode)
focusNode
- the focus nodepublic int expandableStatusToInt(LexEvsTreeNode.ExpandableStatus status)
status
- the status