Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.hybris.Action
-
Packages that use Action Package Description com.hybris.cockpitng.components com.hybris.cockpitng.core.config.impl com.hybris.cockpitng.core.config.impl.jaxb.hybris -
-
Uses of Action in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components that return Action Modifier and Type Method Description protected ActionDefaultCockpitActionsRenderer. resolvePrimaryAction(ActionGroupSplit groupConfig)Methods in com.hybris.cockpitng.components with parameters of type Action Modifier and Type Method Description protected java.lang.StringDefaultCockpitActionsRenderer. extractParam(Action action, java.lang.String paramName)protected java.util.Optional<Action>DefaultCockpitActionsRenderer. findExtendedActionOnActionComponents(Action extendedAction, java.util.Collection<Action> actionComponents)protected java.lang.StringDefaultCockpitActionsRenderer. generateActionUID(AbstractCockpitElementsContainer parent, ActionGroup groupConfig, Action actionConfig)protected ActionDefaultCockpitActionsRenderer. getOrCreateActionComponent(AbstractCockpitElementsContainer elementsContainer, org.zkoss.zk.ui.Component parent, Action actionConfig, java.util.Set<Action> actionComponents)protected ActionDefaultCockpitActionsRenderer. renderAction(AbstractCockpitElementsContainer parent, Action actionContainer, Action actionConfig)Renders single action with viewMode inherited from parent Actions tag.protected ActionDefaultCockpitActionsRenderer. renderAction(AbstractCockpitElementsContainer parent, Action actionContainer, Action actionConfig, java.lang.String viewMode)Renders single action with given viewMode.protected voidDefaultCockpitActionsRenderer. renderAction(AbstractCockpitElementsContainer parent, ActionGroup groupConfig, org.zkoss.zk.ui.HtmlBasedComponent container, java.util.Set<Action> actionComponents, Action actionConfig)protected voidDefaultCockpitActionsRenderer. renderAction(AbstractCockpitElementsContainer parent, ActionGroup groupConfig, org.zkoss.zk.ui.HtmlBasedComponent container, java.util.Set<Action> actionComponents, Action actionConfig, java.lang.String viewMode)protected voidDefaultCockpitActionsRenderer. renderPrimaryAction(AbstractCockpitElementsContainer parent, ActionGroupSplit groupConfig, java.util.Set<Action> actionComponents, org.zkoss.zul.Popup popup, Action primaryAction)Method parameters in com.hybris.cockpitng.components with type arguments of type Action Modifier and Type Method Description protected voidDefaultCockpitActionsRenderer. renderActionsForPopupInActionGroupSplit(AbstractCockpitElementsContainer parent, ActionGroupSplit groupConfig, java.util.Set<Action> actionComponents, org.zkoss.zul.Popup popup, java.util.List<Action> actionsForPopup) -
Uses of Action in com.hybris.cockpitng.core.config.impl
Methods in com.hybris.cockpitng.core.config.impl that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>DefaultActionsConfigurationFallbackStrategy. getActions()Method parameters in com.hybris.cockpitng.core.config.impl with type arguments of type Action Modifier and Type Method Description voidDefaultActionsConfigurationFallbackStrategy. setActions(java.util.List<Action> actions) -
Uses of Action in com.hybris.cockpitng.core.config.impl.jaxb.hybris
Fields in com.hybris.cockpitng.core.config.impl.jaxb.hybris declared as Action Modifier and Type Field Description protected ActionActionGroupExtended. extendedActionprotected ActionActionGroupSplit. primaryActionFields in com.hybris.cockpitng.core.config.impl.jaxb.hybris with type parameters of type Action Modifier and Type Field Description protected java.util.List<Action>ActionGroup. actionsMethods in com.hybris.cockpitng.core.config.impl.jaxb.hybris that return Action Modifier and Type Method Description ActionActionGroupExtended. getExtendedAction()Gets the value of the extendedAction property.ActionActionGroupSplit. getPrimaryAction()Gets the value of the primaryAction property.Methods in com.hybris.cockpitng.core.config.impl.jaxb.hybris that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>ActionGroup. getActions()Methods in com.hybris.cockpitng.core.config.impl.jaxb.hybris with parameters of type Action Modifier and Type Method Description voidActionGroupExtended. setExtendedAction(Action value)Sets the value of the extendedAction property.voidActionGroupSplit. setPrimaryAction(Action value)Sets the value of the primaryAction property.
-