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 ActionColumnConfiguration
AbstractMultiViewToolbarBrowserComponent. getActionConfig()
protected ActionColumnConfiguration
PagerToolbarBrowserComponent. getActionConfig()
protected ActionColumnConfiguration
WorkflowPagerToolbarBrowserComponent. getActionConfig()
ActionColumnConfiguration
AbstractContentBrowser. getActionConfiguration()
protected ActionColumnConfiguration
AbstractMultiViewToolbarBrowserComponent. getAddtionalToolbarActionConfig()
protected ActionColumnConfiguration
PagerToolbarBrowserComponent. getAddtionalToolbarActionConfig()
ActionColumnConfiguration
CommentMainAreaBrowserComponent. getCommentActionConfiguration()
Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type ActionColumnConfiguration Modifier and Type Method Description protected void
AbstractMultiViewToolbarBrowserComponent. 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 ActionColumnConfiguration
CommentsSectionRenderer. 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. map
Methods in de.hybris.platform.cockpit.components.listview that return ActionColumnConfiguration Modifier and Type Method Description ActionColumnConfiguration
ContextAreaActionColumnConfigurationRegistry. 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 void
ContextAreaActionColumnConfigurationRegistry. 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 class
DefaultActionColumnConfiguration
-
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 ActionColumnConfiguration
ContextAreaCommentTreeComponent. 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 ActionColumnConfiguration
DefaultGridItemRenderer. getActionConfiguration(GridViewConfiguration config)
ActionColumnConfiguration
DefaultGridItemRenderer. 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 class
MultiTypeColumnGroupConfiguration.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 ActionColumnConfiguration
UIBrowserArea. getMultiSelectActions()
ActionColumnConfiguration
UIBrowserArea. getMultiSelectContextActions()
Methods in de.hybris.platform.cockpit.session with parameters of type ActionColumnConfiguration Modifier and Type Method Description void
UIBrowserArea. setMultiSelectActions(ActionColumnConfiguration config)
void
UIBrowserArea. 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 ActionColumnConfiguration
AbstractBrowserArea. getAdditionalToolbarActions()
ActionColumnConfiguration
AbstractBrowserArea. getMultiSelectActions()
ActionColumnConfiguration
AbstractBrowserArea. getMultiSelectContextActions()
Methods in de.hybris.platform.cockpit.session.impl with parameters of type ActionColumnConfiguration Modifier and Type Method Description void
AbstractBrowserArea. setAdditionalToolbarActions(ActionColumnConfiguration additionalToolbarActions)
void
AbstractBrowserArea. setMultiSelectActions(ActionColumnConfiguration multiSelectActions)
void
AbstractBrowserArea. 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 void
ListActionHelper. renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, ActionColumnConfiguration actionConfiguration, java.lang.String imageStyleClass)
Render actions related iconsstatic void
ListActionHelper. 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 ActionColumnConfiguration
DefaultSectionPanelRenderer. getActionConfiguration(GridViewConfiguration config)
ActionColumnConfiguration
DefaultSectionPanelRenderer. getStatusConfiguration(GridViewConfiguration config)
-