Class ExplorerTreeController.NodesRefreshData
- java.lang.Object
-
- com.hybris.cockpitng.widgets.common.explorertree.ExplorerTreeController.NodesRefreshData
-
- Enclosing class:
- ExplorerTreeController
@Deprecated(since="2005", forRemoval=true) protected static class ExplorerTreeController.NodesRefreshData extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.since 2005. This class is not used anymore
-
-
Constructor Summary
Constructors Constructor Description NodesRefreshData(java.util.Collection<java.lang.Object> nodesToOpen, java.util.Collection<java.lang.Object> nodesToScroll)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<java.lang.Object>getNodesToOpen()Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<java.lang.Object>getNodesToScroll()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getNodesToOpen
public java.util.Collection<java.lang.Object> getNodesToOpen()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNodesToScroll
public java.util.Collection<java.lang.Object> getNodesToScroll()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-