Uses of Class
com.hybris.cockpitng.tree.util.TreeUtils.SearchDepth
-
Packages that use TreeUtils.SearchDepth Package Description com.hybris.cockpitng.tree.util com.hybris.cockpitng.widgets.common.explorertree -
-
Uses of TreeUtils.SearchDepth in com.hybris.cockpitng.tree.util
Methods in com.hybris.cockpitng.tree.util that return TreeUtils.SearchDepth Modifier and Type Method Description TreeUtils.SearchDepthTreeUtils.FilteredTreeModel. getSearchDepth()Checks whether tree is filtered up until first match or independent of node depthstatic TreeUtils.SearchDepthTreeUtils.SearchDepth. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TreeUtils.SearchDepth[]TreeUtils.SearchDepth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.tree.util with parameters of type TreeUtils.SearchDepth Modifier and Type Method Description voidTreeUtils.FilteredTreeModel. setSearchDepth(TreeUtils.SearchDepth searchDepth)Determines whether tree is filtered up until first match or independent of node depth -
Uses of TreeUtils.SearchDepth in com.hybris.cockpitng.widgets.common.explorertree
Methods in com.hybris.cockpitng.widgets.common.explorertree that return TreeUtils.SearchDepth Modifier and Type Method Description protected TreeUtils.SearchDepthExplorerTreeController. getCurrentSearchDepth()protected TreeUtils.SearchDepthExplorerTreeController. getDefaultSearchDepth()
-