Uses of Interface
com.hybris.cockpitng.actions.CockpitActionRenderer
-
-
Uses of CockpitActionRenderer in com.hybris.cockpitng.actions
Classes in com.hybris.cockpitng.actions that implement CockpitActionRenderer Modifier and Type Class Description classAbstractStatefulActionRenderer<INPUT,OUTPUT>classLogoActionclassMessageActionRenderer -
Uses of CockpitActionRenderer in com.hybris.cockpitng.actions.create
Classes in com.hybris.cockpitng.actions.create that implement CockpitActionRenderer Modifier and Type Class Description classCreateActionRendererclassCreatePermissionActionRenderer -
Uses of CockpitActionRenderer in com.hybris.cockpitng.actions.dndconfig.renderer
Classes in com.hybris.cockpitng.actions.dndconfig.renderer that implement CockpitActionRenderer Modifier and Type Class Description classDragAndDropConfigActionRenderer -
Uses of CockpitActionRenderer in com.hybris.cockpitng.actions.flexibletoggle
Classes in com.hybris.cockpitng.actions.flexibletoggle that implement CockpitActionRenderer Modifier and Type Class Description classFlexibleSidebarToggleActionRenderer -
Uses of CockpitActionRenderer in com.hybris.cockpitng.actions.impl
Classes in com.hybris.cockpitng.actions.impl that implement CockpitActionRenderer Modifier and Type Class Description classDefaultActionRenderer<I,O>Default renderer for cockpit action. -
Uses of CockpitActionRenderer in com.hybris.cockpitng.actions.labeledtoggle
Classes in com.hybris.cockpitng.actions.labeledtoggle that implement CockpitActionRenderer Modifier and Type Class Description classLabeledToggleActionRenderer -
Uses of CockpitActionRenderer in com.hybris.cockpitng.actions.splitlayoutchooser
Classes in com.hybris.cockpitng.actions.splitlayoutchooser that implement CockpitActionRenderer Modifier and Type Class Description classSplitLayoutChooserActionRendererRenderer class responsible for displaying popup with available split layout's compositions. -
Uses of CockpitActionRenderer in com.hybris.cockpitng.actions.toggle
Classes in com.hybris.cockpitng.actions.toggle that implement CockpitActionRenderer Modifier and Type Class Description classAbstractToggleActionRendererclassToggleActionRenderer -
Uses of CockpitActionRenderer in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components that return CockpitActionRenderer Modifier and Type Method Description protected CockpitActionRendererAction. getRenderer(ActionDefinition actionDefinition) -
Uses of CockpitActionRenderer in com.hybris.cockpitng.testing
Classes in com.hybris.cockpitng.testing with type parameters of type CockpitActionRenderer Modifier and Type Class Description classAbstractCockpitActionRendererUnitTest<I,O,T extends CockpitActionRenderer<I,O>>
-