| Package | Description |
|---|---|
| de.hybris.commercesearchbackoffice.widgets.categorytree |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdvancedCategoryTreeModel.containsCategory(<any> parent,
Category category)
Returns true/false whether or not the
parent tree node contains the category
somewhere in its children (recursively). |
protected CategoryData |
CategoryTreeController.createCategoryDataFromCategory(Category category)
Constructs CategoryData instance from a Category widget instance.
|
protected <any> |
AdvancedCategoryTreeModel.searchForCategoryInParent(<any> parent,
Category category)
Returns
DefaultTreeNode under the parent tree node containing the category
(recursively). |
| Constructor and Description |
|---|
CategoryTreeNode(Category data) |
CategoryTreeNode(Category data,
<any>[] children) |
CategoryTreeNode(Category data,
<any>[] children,
boolean open) |
Copyright © 2017 SAP SE. All Rights Reserved.