com.hybris.backoffice.attributechooser.NodeOperationsHandler@Deprecated
public interface NodeOperationsHandler
| Modifier and Type | Method and Description |
|---|---|
java.util.List<<any>> |
createTreeNodes(java.util.Collection<AttributeDescriptorModel> attributes,
java.util.function.Predicate<SelectedAttribute> filter)
Deprecated.
Creates tree nodes with for given attributes.
|
java.util.List<SelectedAttribute> |
extractAttributes(<any> treeModel)
Deprecated.
Extracts data from tree model's nodes.
|
<any> |
filterTreeModel(<any> model,
java.lang.String searchText)
Deprecated.
Filter tree model.
|
void |
moveNodesBetweenTrees(<any> sourceModel,
<any> targetModel)
Deprecated.
Moves selected nodes from source tree to target tree.
|
void |
sort(<any> treeModel,
boolean ascending)
Deprecated.
Sorts tree model based on nodes data.
|
void |
updateGroupingNodesSelection(<any> treeModel,
<any> event)
Deprecated.
Updates groping nodes selection based on select event data.
|
void moveNodesBetweenTrees(<any> sourceModel,
<any> targetModel)
sourceModel - source tree from which selected nodes will be moved.targetModel - target tree where nodes will be moved.void updateGroupingNodesSelection(<any> treeModel,
<any> event)
treeModel - tree model which contains nodes to be updated.event - select event.void sort(<any> treeModel,
boolean ascending)
treeModel - tree model to sort.ascending - sort direction.<any> filterTreeModel(<any> model,
java.lang.String searchText)
model - source tree model.searchText - filter text.java.util.List<SelectedAttribute> extractAttributes(<any> treeModel)
treeModel - source tree model.java.util.List<<any>> createTreeNodes(java.util.Collection<AttributeDescriptorModel> attributes, java.util.function.Predicate<SelectedAttribute> filter)
attributes - all available attributes.filter - filter which allows to exclude create nodes for given attributes.Copyright © 2018 SAP SE. All Rights Reserved.