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