Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.treecollection.TreeNode
-
Packages that use TreeNode Package Description com.hybris.cockpitng.core.config.impl.jaxb.treecollection com.hybris.cockpitng.widgets.collectionbrowser.context -
-
Uses of TreeNode in com.hybris.cockpitng.core.config.impl.jaxb.treecollection
Fields in com.hybris.cockpitng.core.config.impl.jaxb.treecollection with type parameters of type TreeNode Modifier and Type Field Description protected java.util.List<TreeNode>TreeCollectionNodes. nodeMethods in com.hybris.cockpitng.core.config.impl.jaxb.treecollection that return TreeNode Modifier and Type Method Description TreeNodeObjectFactory. createTreeNode()Create an instance ofTreeNodeMethods in com.hybris.cockpitng.core.config.impl.jaxb.treecollection that return types with arguments of type TreeNode Modifier and Type Method Description java.util.List<TreeNode>TreeCollectionNodes. getNode()Gets the value of the node property. -
Uses of TreeNode in com.hybris.cockpitng.widgets.collectionbrowser.context
Methods in com.hybris.cockpitng.widgets.collectionbrowser.context that return types with arguments of type TreeNode Modifier and Type Method Description protected PositionAware<TreeNode>TreeCollectionFilteringPositionAdapter. createPositionedObject(TreeNode node)Methods in com.hybris.cockpitng.widgets.collectionbrowser.context with parameters of type TreeNode Modifier and Type Method Description protected PositionAware<TreeNode>TreeCollectionFilteringPositionAdapter. createPositionedObject(TreeNode node)
-