Uses of Interface
com.hybris.backoffice.widgets.viewswitcher.permissions.ViewSwitcherUtils
-
-
Uses of ViewSwitcherUtils in com.hybris.backoffice.widgets.perspectivecontainer.controller
Methods in com.hybris.backoffice.widgets.perspectivecontainer.controller that return ViewSwitcherUtils Modifier and Type Method Description protected ViewSwitcherUtilsPerspectiveContainerRenderer. getViewSwitcherUtils()Methods in com.hybris.backoffice.widgets.perspectivecontainer.controller with parameters of type ViewSwitcherUtils Modifier and Type Method Description voidPerspectiveContainerRenderer. setViewSwitcherUtils(ViewSwitcherUtils viewSwitcherUtils) -
Uses of ViewSwitcherUtils in com.hybris.backoffice.widgets.viewswitcher
Methods in com.hybris.backoffice.widgets.viewswitcher that return ViewSwitcherUtils Modifier and Type Method Description protected ViewSwitcherUtilsViewSwitcherContainerRenderer. getViewSwitcherUtils()protected ViewSwitcherUtilsViewSwitcherWidgetController. getViewSwitcherUtils()Methods in com.hybris.backoffice.widgets.viewswitcher with parameters of type ViewSwitcherUtils Modifier and Type Method Description voidViewSwitcherContainerRenderer. setViewSwitcherUtils(ViewSwitcherUtils viewSwitcherUtils) -
Uses of ViewSwitcherUtils in com.hybris.backoffice.widgets.viewswitcher.permissions.impl
Classes in com.hybris.backoffice.widgets.viewswitcher.permissions.impl that implement ViewSwitcherUtils Modifier and Type Class Description classDefaultViewSwitcherUtilsDefault implementation of an interface used access View Switcher widget configuration from outside of the widget controller
-