Uses of Interface
de.hybris.platform.cockpit.session.impl.UrlMainAreaComponentFactory
-
Packages that use UrlMainAreaComponentFactory Package Description de.hybris.platform.cockpit.components.contentbrowser de.hybris.platform.cockpit.session de.hybris.platform.cockpit.session.impl -
-
Uses of UrlMainAreaComponentFactory in de.hybris.platform.cockpit.components.contentbrowser
Classes in de.hybris.platform.cockpit.components.contentbrowser that implement UrlMainAreaComponentFactory Modifier and Type Class Description classAbstractUrlMainAreaComponentFactoryclassDefaultUrlMainAreaComponentFactory -
Uses of UrlMainAreaComponentFactory in de.hybris.platform.cockpit.session
Method parameters in de.hybris.platform.cockpit.session with type arguments of type UrlMainAreaComponentFactory Modifier and Type Method Description voidUrlBrowserModel. setAvailableViewModes(java.util.List<? extends UrlMainAreaComponentFactory> viewModes) -
Uses of UrlMainAreaComponentFactory in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return UrlMainAreaComponentFactory Modifier and Type Method Description protected UrlMainAreaComponentFactoryAbstractUrlBrowserModel. getCurrentViewMode()Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type UrlMainAreaComponentFactory Modifier and Type Method Description java.util.List<UrlMainAreaComponentFactory>AbstractUrlBrowserModel. getAvailableViewModes()java.util.List<UrlMainAreaComponentFactory>UrlBrowserArea. getViewModes()Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type UrlMainAreaComponentFactory Modifier and Type Method Description voidAbstractUrlBrowserModel. setAvailableViewModes(java.util.List<? extends UrlMainAreaComponentFactory> viewModes)voidUrlBrowserArea. setViewModes(java.util.List<UrlMainAreaComponentFactory> viewModes)Constructor parameters in de.hybris.platform.cockpit.session.impl with type arguments of type UrlMainAreaComponentFactory Constructor Description AbstractUrlBrowserModel(java.util.List<? extends UrlMainAreaComponentFactory> viewModes)DefaultUrlBrowserModel(java.util.List<UrlMainAreaComponentFactory> viewModes)
-