Uses of Class
com.hybris.cockpitng.widgets.collectionbrowser.CollectionBrowserController
-
Packages that use CollectionBrowserController Package Description com.hybris.cockpitng.widgets.collectionbrowser.mold com.hybris.cockpitng.widgets.collectionbrowser.mold.impl -
-
Uses of CollectionBrowserController in com.hybris.cockpitng.widgets.collectionbrowser.mold
Fields in com.hybris.cockpitng.widgets.collectionbrowser.mold declared as CollectionBrowserController Modifier and Type Field Description protected CollectionBrowserControllerDefaultCollectionBrowserContext. controllerMethods in com.hybris.cockpitng.widgets.collectionbrowser.mold with parameters of type CollectionBrowserController Modifier and Type Method Description voidCollectionBrowserDelegateController. setController(CollectionBrowserController controller)Sets Collection Browser controllerConstructors in com.hybris.cockpitng.widgets.collectionbrowser.mold with parameters of type CollectionBrowserController Constructor Description DefaultCollectionBrowserContext(CollectionBrowserController controller) -
Uses of CollectionBrowserController in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl that return CollectionBrowserController Modifier and Type Method Description protected CollectionBrowserControllerCollectionBrowserConfigurationLoader. getController()protected CollectionBrowserControllerDefaultSelectAndFocusDelegateController. getController()protected CollectionBrowserControllerPagingDelegateController. getController()protected CollectionBrowserControllerTitleDelegateController. getController()Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl with parameters of type CollectionBrowserController Modifier and Type Method Description voidCollectionBrowserConfigurationLoader. setController(CollectionBrowserController controller)voidDefaultSelectAndFocusDelegateController. setController(CollectionBrowserController controller)voidPagingDelegateController. setController(CollectionBrowserController controller)voidTitleDelegateController. setController(CollectionBrowserController controller)Constructors in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl with parameters of type CollectionBrowserController Constructor Description CollectionBrowserConfigurationLoader(CollectionBrowserController controller)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 - not used anymore, please use @link{CollectionBrowserConfigurationLoader()}PagingDelegateController(CollectionBrowserController controller)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 - not used anymore, please use @link{PagingDelegateController()}TitleDelegateController(CollectionBrowserController controller)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 - not used anymore, please use @link{TitleDelegateController()
-