Uses of Interface
de.hybris.platform.cockpit.components.listview.ActionColumnConfiguration
-
-
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser that return ActionColumnConfiguration Modifier and Type Method Description protected ActionColumnConfigurationAbstractMultiViewToolbarBrowserComponent. getActionConfig()protected ActionColumnConfigurationPagerToolbarBrowserComponent. getActionConfig()protected ActionColumnConfigurationWorkflowPagerToolbarBrowserComponent. getActionConfig()ActionColumnConfigurationAbstractContentBrowser. getActionConfiguration()protected ActionColumnConfigurationAbstractMultiViewToolbarBrowserComponent. getAddtionalToolbarActionConfig()protected ActionColumnConfigurationPagerToolbarBrowserComponent. getAddtionalToolbarActionConfig()ActionColumnConfigurationCommentMainAreaBrowserComponent. getCommentActionConfiguration()Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type ActionColumnConfiguration Modifier and Type Method Description protected voidAbstractMultiViewToolbarBrowserComponent. updateActionArea(ActionColumnConfiguration actionConfig, org.zkoss.zk.ui.HtmlBasedComponent actionArea, java.lang.Boolean isMultiSelect) -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.components.editorarea.renderer
Methods in de.hybris.platform.cockpit.components.editorarea.renderer that return ActionColumnConfiguration Modifier and Type Method Description ActionColumnConfigurationCommentsSectionRenderer. getCommentActionConfiguration() -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.components.listview
Fields in de.hybris.platform.cockpit.components.listview with type parameters of type ActionColumnConfiguration Modifier and Type Field Description protected java.util.Map<java.lang.String,ActionColumnConfiguration>ContextAreaActionColumnConfigurationRegistry. mapMethods in de.hybris.platform.cockpit.components.listview that return ActionColumnConfiguration Modifier and Type Method Description ActionColumnConfigurationContextAreaActionColumnConfigurationRegistry. getActionColumnConfigurationForType(ObjectType type)Returns the ActionColumnConfiguration for an ObjectType or its SuperType for ContextArea The ActionColumnConfiguration if present for the given ObjectType is returned.Methods in de.hybris.platform.cockpit.components.listview that return types with arguments of type ActionColumnConfiguration Modifier and Type Method Description java.util.Map<java.lang.String,ActionColumnConfiguration>ContextAreaActionColumnConfigurationRegistry. getMap()Method parameters in de.hybris.platform.cockpit.components.listview with type arguments of type ActionColumnConfiguration Modifier and Type Method Description voidContextAreaActionColumnConfigurationRegistry. setMap(java.util.Map<java.lang.String,ActionColumnConfiguration> map) -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.components.listview.impl
Classes in de.hybris.platform.cockpit.components.listview.impl that implement ActionColumnConfiguration Modifier and Type Class Description classDefaultActionColumnConfiguration -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return ActionColumnConfiguration Modifier and Type Method Description ActionColumnConfigurationContextAreaCommentTreeComponent. getCommentActionConfiguration() -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.model.gridview.impl
Methods in de.hybris.platform.cockpit.model.gridview.impl that return ActionColumnConfiguration Modifier and Type Method Description ActionColumnConfigurationDefaultGridItemRenderer. getActionConfiguration(GridViewConfiguration config)ActionColumnConfigurationDefaultGridItemRenderer. getStatusConfiguration(GridViewConfiguration config) -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.services.config.impl
Classes in de.hybris.platform.cockpit.services.config.impl that implement ActionColumnConfiguration Modifier and Type Class Description classMultiTypeColumnGroupConfiguration.MultiTypeActionColumnConfiguration -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return ActionColumnConfiguration Modifier and Type Method Description ActionColumnConfigurationUIBrowserArea. getMultiSelectActions()ActionColumnConfigurationUIBrowserArea. getMultiSelectContextActions()Methods in de.hybris.platform.cockpit.session with parameters of type ActionColumnConfiguration Modifier and Type Method Description voidUIBrowserArea. setMultiSelectActions(ActionColumnConfiguration config)voidUIBrowserArea. setMultiSelectContextActions(ActionColumnConfiguration config) -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return ActionColumnConfiguration Modifier and Type Method Description ActionColumnConfigurationAbstractBrowserArea. getAdditionalToolbarActions()ActionColumnConfigurationAbstractBrowserArea. getMultiSelectActions()ActionColumnConfigurationAbstractBrowserArea. getMultiSelectContextActions()Methods in de.hybris.platform.cockpit.session.impl with parameters of type ActionColumnConfiguration Modifier and Type Method Description voidAbstractBrowserArea. setAdditionalToolbarActions(ActionColumnConfiguration additionalToolbarActions)voidAbstractBrowserArea. setMultiSelectActions(ActionColumnConfiguration multiSelectActions)voidAbstractBrowserArea. setMultiSelectContextActions(ActionColumnConfiguration multiSelectContextActions) -
Uses of ActionColumnConfiguration in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type ActionColumnConfiguration Modifier and Type Method Description static voidListActionHelper. renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, ActionColumnConfiguration actionConfiguration, java.lang.String imageStyleClass)Render actions related iconsstatic voidListActionHelper. renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, ActionColumnConfiguration actionConfiguration, java.lang.String imageStyleClass, java.util.Map<?,?> ctx)Render actions related icons -
Uses of ActionColumnConfiguration in de.hybris.platform.productcockpit.components.sectionpanel
Methods in de.hybris.platform.productcockpit.components.sectionpanel that return ActionColumnConfiguration Modifier and Type Method Description ActionColumnConfigurationDefaultSectionPanelRenderer. getActionConfiguration(GridViewConfiguration config)ActionColumnConfigurationDefaultSectionPanelRenderer. getStatusConfiguration(GridViewConfiguration config)
-