Uses of Class
com.hybris.cockpitng.actions.ActionContext
-
-
Uses of ActionContext in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea with parameters of type ActionContext Modifier and Type Method Description java.lang.StringDefaultNotificationService. getWidgetNotificationSource(ActionContext<?> context)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringNotificationService. getWidgetNotificationSource(ActionContext<?> context)Deprecated, for removal: This API element is subject to removal in a future version.Gets default source for each notification sent by specified action.default voidNotificationService. notifyUser(ActionContext<?> context, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referenceObjects)Deprecated, for removal: This API element is subject to removal in a future version.Sends a notification to end user. -
Uses of ActionContext in com.hybris.cockpitng.actions
Methods in com.hybris.cockpitng.actions with parameters of type ActionContext Modifier and Type Method Description protected voidAbstractStatefulActionRenderer. addStateSocketListener(Action parent, ActionContext<INPUT> context, java.lang.String listenerIdentity, java.lang.String socket, java.util.function.Supplier<org.zkoss.zk.ui.event.EventListener<SocketEvent>> listenerSupplier)Registers new socket listener on parent's widget, if it hasn't been done yet.booleanActionStubExample. canPerform(ActionContext<java.lang.String> ctx)default booleanCockpitAction. canPerform(ActionContext<I> ctx)Returns true if the action can be performed for the given context, false otherwise.booleanHelloWorldAction. canPerform(ActionContext<java.lang.String> ctx)booleanLogoAction. canPerform(ActionContext<java.lang.Object> ctx)booleanMessageAction. canPerform(ActionContext<java.lang.Object> ctx)booleanSimpleAction. canPerform(ActionContext<java.lang.String> ctx)protected org.zkoss.zk.ui.event.EventListener<SocketEvent>AbstractStatefulActionRenderer. createStateSocketListener(Action parent, ActionContext<INPUT> context, java.lang.String key, java.util.function.Function valueSupplier)Creates new instance of socket listener.protected static java.lang.StringAbstractStatefulAction. getActionUID(ActionContext<?> context)Reads unique identity of action.java.lang.StringActionStubExample. getConfirmationMessage(ActionContext<java.lang.String> ctx)default java.lang.StringCockpitAction. getConfirmationMessage(ActionContext<I> ctx)Returns the confirmation message to be shown to the user in the confirmation dialog if confirmation is needed (seeCockpitAction.needsConfirmation(ActionContext)).java.lang.StringHelloWorldAction. getConfirmationMessage(ActionContext<java.lang.String> ctx)java.lang.StringLogoAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)java.lang.StringMessageAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)java.lang.StringSimpleAction. getConfirmationMessage(ActionContext<java.lang.String> ctx)protected java.lang.StringMessageActionRenderer. getLocalizedName(ActionContext context)protected <V> VAbstractStatefulAction. getValue(ActionContext<INPUT> actionContext, java.lang.String key)Reads a value from parent's widget model.protected <V> VAbstractStatefulActionRenderer. getValue(ActionContext<INPUT> actionContext, java.lang.String key)Reads a value from parent's widget model.booleanActionStubExample. needsConfirmation(ActionContext<java.lang.String> ctx)default booleanCockpitAction. needsConfirmation(ActionContext<I> ctx)Returns true if the action should be confirmed by user before being performed, false otherwise.booleanHelloWorldAction. needsConfirmation(ActionContext<java.lang.String> ctx)booleanLogoAction. needsConfirmation(ActionContext<java.lang.Object> ctx)booleanMessageAction. needsConfirmation(ActionContext<java.lang.Object> ctx)booleanSimpleAction. needsConfirmation(ActionContext<java.lang.String> ctx)ActionResult<java.lang.String>ActionStubExample. perform(ActionContext<java.lang.String> ctx)ActionResult<O>CockpitAction. perform(ActionContext<I> ctx)Performs the action.ActionResult<java.lang.String>HelloWorldAction. perform(ActionContext<java.lang.String> ctx)ActionResult<java.lang.Object>LogoAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>MessageAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.String>SimpleAction. perform(ActionContext<java.lang.String> ctx)voidCockpitActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<I,O> action, ActionContext<I> context, boolean updateMode, ActionListener<O> listener)voidLogoAction. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener)Render the logo button.protected static <V> VAbstractStatefulAction. restoreModelValue(ActionContext<?> context, java.lang.String key)Reads a value from parent's widget model.protected voidAbstractStatefulAction. setValue(ActionContext<INPUT> actionContext, java.lang.String key, java.lang.Object value)Puts a value to parent's widget model.protected voidAbstractStatefulActionRenderer. setValue(ActionContext<INPUT> actionContext, java.lang.String key, java.lang.Object value)Puts a value to parent's widget model.protected static voidAbstractStatefulAction. storeModelValue(ActionContext<?> context, java.lang.String key, java.lang.Object value)Puts a value to parent's widget model.Constructors in com.hybris.cockpitng.actions with parameters of type ActionContext Constructor Description ActionContext(ActionContext<I> context) -
Uses of ActionContext in com.hybris.cockpitng.actions.clone
Methods in com.hybris.cockpitng.actions.clone with parameters of type ActionContext Modifier and Type Method Description booleanCloneAction. canPerform(ActionContext<java.lang.Object> ctx)protected booleanCloneAction. isDifferentThanOneObject(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>CloneAction. perform(ActionContext<java.lang.Object> ctx)protected java.lang.ObjectCloneAction. resolveObjectToClone(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.create
Methods in com.hybris.cockpitng.actions.create with parameters of type ActionContext Modifier and Type Method Description protected voidCreateActionRenderer. bindTypeChooserToSubtypesPopup(ActionContext<java.lang.Object> context, org.zkoss.zul.Toolbarbutton openTypeChooser, org.zkoss.zul.Popup subtypesPopup, DataType currentType)booleanCreateAction. canPerform(ActionContext<java.lang.Object> ctx)booleanCreatePermissionAction. canPerform(ActionContext<java.lang.Object> ctx)protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>CreateActionRenderer. createEventListener(CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>CreatePermissionActionRenderer. createEventListener(CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)protected org.zkoss.zul.TreeitemRendererCreateActionRenderer. createTreeItemRenderer(ActionContext<java.lang.Object> context)protected DataTypeCreateActionRenderer. extractCreatedTypeCode(ActionContext<java.lang.Object> context)protected java.lang.StringCreateAction. findTypeCode(ActionContext<java.lang.Object> ctx)java.lang.StringCreateAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)java.lang.StringCreatePermissionAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)protected DataTypeCreateActionRenderer. getEffectiveType(ActionContext<?> context)protected java.lang.StringCreateActionRenderer. getLocalizedName(ActionContext<?> context)protected java.lang.StringCreateAction. getNotificationSource(ActionContext<java.lang.Object> ctx)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, useNotificationService.getWidgetNotificationSource(ActionContext)instead.protected org.zkoss.zul.PopupCreateActionRenderer. getOrCreatePopup(org.zkoss.zk.ui.HtmlBasedComponent container, org.zkoss.zul.Label label, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)booleanCreateAction. needsConfirmation(ActionContext<java.lang.Object> ctx)booleanCreatePermissionAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>CreateAction. perform(ActionContext<java.lang.Object> ctx)protected voidCreateActionRenderer. perform(CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)ActionResult<java.lang.Object>CreatePermissionAction. perform(ActionContext<java.lang.Object> ctx)voidCreateActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener)voidCreatePermissionActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener)protected voidCreateAction. sendConfiguredOutput(ActionContext<java.lang.Object> ctx, java.lang.String typeCode)protected booleanCreateAction. shouldInitializeEntity(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.delete
Methods in com.hybris.cockpitng.actions.delete with parameters of type ActionContext Modifier and Type Method Description booleanDeleteAction. canPerform(ActionContext<java.lang.Object> ctx)booleanDeletePermissionAction. canPerform(ActionContext<java.lang.Object> ctx)java.lang.StringDeleteAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)java.lang.StringDeletePermissionAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)protected java.lang.StringDeleteAction. getNotificationSource(ActionContext<java.lang.Object> ctx)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, useNotificationService.getWidgetNotificationSource(ActionContext)instead.booleanDeleteAction. needsConfirmation(ActionContext<java.lang.Object> ctx)booleanDeletePermissionAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>DeleteAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>DeletePermissionAction. perform(ActionContext<java.lang.Object> ctx)protected voidDeleteAction. showFailureNotification(ActionContext<java.lang.Object> ctx, java.util.Map<java.lang.Object,ObjectAccessException> problems)protected voidDeleteAction. showSuccessNotification(ActionContext<java.lang.Object> ctx, java.util.List<java.lang.Object> deletedObjects) -
Uses of ActionContext in com.hybris.cockpitng.actions.devtools
Methods in com.hybris.cockpitng.actions.devtools with parameters of type ActionContext Modifier and Type Method Description booleanDevToolbarAction. canPerform(ActionContext<I> ctx)ActionResult<java.lang.Object>RedeployAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>ReloadLabelsAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>ResetEverythingAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.dndconfig
Methods in com.hybris.cockpitng.actions.dndconfig with parameters of type ActionContext Modifier and Type Method Description booleanDragAndDropConfigAction. canPerform(ActionContext<java.lang.Object> ctx)booleanDragAndDropConfigAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>DragAndDropConfigAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.dndconfig.renderer
Methods in com.hybris.cockpitng.actions.dndconfig.renderer with parameters of type ActionContext Modifier and Type Method Description protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>DragAndDropConfigActionRenderer. createEventListener(CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)protected org.zkoss.zul.ComboitemRenderer<DragAndDropActionType>DragAndDropConfigActionRenderer. createItemRenderer(ActionContext<java.lang.Object> context)protected org.zkoss.zul.PopupDragAndDropConfigActionRenderer. createPopup(org.zkoss.zk.ui.Component target, ActionContext<java.lang.Object> context)protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.SelectEvent<?,DragAndDropActionType>>DragAndDropConfigActionRenderer. createSelectListener(ActionContext<java.lang.Object> context)protected org.zkoss.zul.PopupDragAndDropConfigActionRenderer. findOrCreateActionPopup(org.zkoss.zk.ui.Component target, ActionContext<java.lang.Object> context) -
Uses of ActionContext in com.hybris.cockpitng.actions.edit
Methods in com.hybris.cockpitng.actions.edit with parameters of type ActionContext Modifier and Type Method Description booleanEditAction. canPerform(ActionContext<java.lang.Object> ctx)protected java.util.CollectionEditAction. convertToRequestedType(ActionContext<java.lang.Object> ctx, java.util.Collection<?> elements)booleanEditAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>EditAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.export.csv
Methods in com.hybris.cockpitng.actions.export.csv with parameters of type ActionContext Modifier and Type Method Description booleanListViewExportCSVAction. canPerform(ActionContext<java.util.Map> ctx)java.lang.StringListViewExportCSVAction. getConfirmationMessage(ActionContext<java.util.Map> ctx)booleanListViewExportCSVAction. needsConfirmation(ActionContext<java.util.Map> ctx)ActionResult<java.lang.Object>ListViewExportCSVAction. perform(ActionContext<java.util.Map> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.flexibletoggle
Methods in com.hybris.cockpitng.actions.flexibletoggle with parameters of type ActionContext Modifier and Type Method Description protected booleanFlexibleSidebarToggleActionRenderer. getDefaultActiveState(ActionContext<java.lang.Object> context)protected java.lang.StringFlexibleSidebarToggleAction. getOutputSocket(ActionContext<java.lang.Object> ctx)protected java.lang.ObjectFlexibleSidebarToggleActionRenderer. getOutputValue(ActionContext<java.lang.Object> ctx)protected java.lang.StringFlexibleSidebarToggleActionRenderer. getToggleInput(ActionContext<java.lang.Object> context)protected booleanFlexibleSidebarToggleActionRenderer. isActionActivated(ActionContext<java.lang.Object> context, java.lang.Object inputData)protected booleanFlexibleSidebarToggleActionRenderer. isBreakpointInitialized(org.zkoss.zk.ui.Component parent, ActionContext<java.lang.Object> actionContext)protected booleanFlexibleSidebarToggleActionRenderer. isInputConfigured(ActionContext<java.lang.Object> context)voidFlexibleSidebarToggleActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener)protected voidFlexibleSidebarToggleActionRenderer. setBreakpointInitialized(org.zkoss.zk.ui.Component parent, ActionContext<java.lang.Object> actionContext) -
Uses of ActionContext in com.hybris.cockpitng.actions.gc
Methods in com.hybris.cockpitng.actions.gc with parameters of type ActionContext Modifier and Type Method Description booleanRunGCAction. canPerform(ActionContext<java.lang.Object> ctx)java.lang.StringRunGCAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)booleanRunGCAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>RunGCAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.impl
Methods in com.hybris.cockpitng.actions.impl with parameters of type ActionContext Modifier and Type Method Description protected voidDefaultActionRenderer. addKeyboardSupport(org.zkoss.zk.ui.Component component, CockpitAction<I,O> cockpitAction, ActionContext<I> ctx, org.zkoss.zk.ui.event.EventListener onClickEventListener)protected java.lang.StringDefaultActionRenderer. adjustUri(ActionContext<I> context, java.lang.String uri)protected booleanDefaultActionRenderer. checkDataCompatibleWithDefinedInput(CockpitAction<I,O> action, ActionContext<I> context)protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>DefaultActionRenderer. createEventListener(CockpitAction<I,O> action, ActionContext<I> context, ActionListener<O> listener)protected java.lang.StringDefaultActionRenderer. createYTestId(ActionContext<I> context)Creates a default ytestidprotected java.lang.StringDefaultActionRenderer. extractIconDisabledUri(ActionContext<I> context)protected java.lang.StringDefaultActionRenderer. extractIconHoverUri(ActionContext<I> context)protected java.lang.StringDefaultActionRenderer. extractIconUri(ActionContext<I> context)protected java.lang.StringDefaultActionRenderer. getActionBodySclass(ActionContext<I> context)Creates a default sclassprotected java.lang.StringDefaultActionRenderer. getIconHoverUri(ActionContext<I> context, boolean canPerform)protected java.lang.StringDefaultActionRenderer. getIconUri(ActionContext<I> context, boolean canPerform)protected java.lang.StringDefaultActionRenderer. getLocalizedName(ActionContext<?> context)protected org.zkoss.zul.ImageDefaultActionRenderer. getOrCreateIcon(org.zkoss.zk.ui.Component container, ActionContext<I> ctx)protected org.zkoss.zul.LabelDefaultActionRenderer. getOrCreateLabel(org.zkoss.zk.ui.Component container, ActionContext<I> ctx)protected java.lang.StringDefaultActionRenderer. getToolTipWithCtrlKeysText(java.lang.String toolTipToDecorate, ActionContext<I> ctx)protected <T> TDefaultActionRenderer. loadFromParentModel(ActionContext<?> context, java.lang.String key, java.lang.Class<T> _clazz)protected voidDefaultActionRenderer. perform(CockpitAction<I,O> action, ActionContext<I> context, ActionListener<O> listener)protected voidDefaultActionRenderer. performWithConfirmationCheck(CockpitAction<I,O> action, ActionContext<I> context, ActionListener<O> listener)voidDefaultActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<I,O> action, ActionContext<I> context, boolean updateMode, ActionListener<O> listener)protected voidDefaultActionRenderer. storeInParentModel(java.lang.Object value, ActionContext<?> context, java.lang.String key)protected voidDefaultActionRenderer. triggerFromKeyEvent(org.zkoss.zk.ui.event.KeyEvent keyEvent, CockpitAction<I,O> cockpitAction, ActionContext<I> ctx, org.zkoss.zk.ui.Component container, org.zkoss.zk.ui.event.EventListener onClickEventListener) -
Uses of ActionContext in com.hybris.cockpitng.actions.labeledtoggle
Methods in com.hybris.cockpitng.actions.labeledtoggle with parameters of type ActionContext Modifier and Type Method Description protected java.lang.ObjectLabeledToggleActionRenderer. evaluateExpression(ActionContext<java.lang.Object> context)protected booleanLabeledToggleActionRenderer. hasLabelExpression(ActionContext<java.lang.Object> context)voidLabeledToggleActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener)protected voidLabeledToggleActionRenderer. renderLabel(org.zkoss.zk.ui.Component parent, ActionContext<java.lang.Object> context) -
Uses of ActionContext in com.hybris.cockpitng.actions.misc
Methods in com.hybris.cockpitng.actions.misc with parameters of type ActionContext Modifier and Type Method Description booleanRefreshAction. canPerform(ActionContext<java.lang.Object> ctx)java.lang.StringRefreshAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)booleanRefreshAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>RefreshAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.principalpermission
Methods in com.hybris.cockpitng.actions.principalpermission with parameters of type ActionContext Modifier and Type Method Description booleanPrincipalPermissionAction. canPerform(ActionContext<java.lang.Object> ctx)java.lang.StringPrincipalPermissionAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)booleanPrincipalPermissionAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>PrincipalPermissionAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.search
Methods in com.hybris.cockpitng.actions.search with parameters of type ActionContext Modifier and Type Method Description booleanSearchByTypeAction. canPerform(ActionContext<java.lang.Object> ctx)java.lang.StringSearchByTypeAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)booleanSearchByTypeAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.String>SearchByTypeAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.actions.splitlayoutchooser
Methods in com.hybris.cockpitng.actions.splitlayoutchooser with parameters of type ActionContext Modifier and Type Method Description booleanSplitLayoutChooserAction. canPerform(ActionContext<java.lang.Object> ctx)protected org.zkoss.zul.ButtonSplitLayoutChooserActionRenderer. createButton(java.lang.String layoutName, ActionContext<java.lang.String> context)org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>SplitLayoutChooserActionRenderer. createEventListener(CockpitAction<java.lang.String,java.lang.String> action, ActionContext<java.lang.String> context, ActionListener<java.lang.String> actionListener)protected java.util.List<java.lang.String>SplitLayoutChooserActionRenderer. findAvailableLayouts(ActionContext<java.lang.String> context)protected java.lang.StringSplitLayoutChooserActionRenderer. findChosenLayout(ActionContext<java.lang.String> context)protected java.lang.StringSplitLayoutChooserActionRenderer. findLayoutLabel(java.lang.String layoutName, ActionContext<java.lang.String> context)java.lang.StringSplitLayoutChooserAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)protected java.lang.StringSplitLayoutChooserActionRenderer. getIconUri(ActionContext<java.lang.String> context, java.lang.String layoutName)booleanSplitLayoutChooserAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>SplitLayoutChooserAction. perform(ActionContext<java.lang.Object> ctx)voidSplitLayoutChooserActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.String,java.lang.String> action, ActionContext<java.lang.String> context, boolean updateMode, ActionListener<java.lang.String> listener)protected voidSplitLayoutChooserActionRenderer. renderPopup(org.zkoss.zk.ui.HtmlBasedComponent parent, CockpitAction<java.lang.String,java.lang.String> action, ActionContext<java.lang.String> context, ActionListener<java.lang.String> listener)protected voidSplitLayoutChooserActionRenderer. updateChosenLayoutButton(org.zkoss.zk.ui.HtmlBasedComponent parent, java.lang.String layoutName, ActionContext<java.lang.String> context) -
Uses of ActionContext in com.hybris.cockpitng.actions.toggle
Methods in com.hybris.cockpitng.actions.toggle with parameters of type ActionContext Modifier and Type Method Description protected voidAbstractToggleActionRenderer. addToggleListener(Action action, WidgetInstanceManager wim, ActionContext<java.lang.Object> context)protected org.zkoss.zk.ui.event.EventListener<SocketEvent>AbstractToggleActionRenderer. createToggleListener(Action parent, ActionContext<java.lang.Object> context)protected abstract booleanAbstractToggleActionRenderer. getDefaultActiveState(ActionContext<java.lang.Object> context)protected booleanToggleActionRenderer. getDefaultActiveState(ActionContext<java.lang.Object> context)protected abstract java.lang.StringAbstractToggleAction. getOutputSocket(ActionContext<java.lang.Object> ctx)protected java.lang.StringToggleAction. getOutputSocket(ActionContext<java.lang.Object> ctx)protected abstract java.lang.ObjectAbstractToggleActionRenderer. getOutputValue(ActionContext<java.lang.Object> ctx)Reads action's valueprotected java.lang.ObjectToggleActionRenderer. getOutputValue(ActionContext<java.lang.Object> ctx)protected abstract java.lang.StringAbstractToggleActionRenderer. getToggleInput(ActionContext<java.lang.Object> context)protected java.lang.StringToggleActionRenderer. getToggleInput(ActionContext<java.lang.Object> context)protected voidAbstractToggleActionRenderer. initializeState(ActionContext<java.lang.Object> context)Initializes an action state (active/inactive).protected org.zkoss.zk.ui.event.EventListener<SocketEvent>AbstractToggleActionRenderer. initializeToggleListener(Action action, ActionContext<java.lang.Object> context)protected abstract booleanAbstractToggleActionRenderer. isActionActivated(ActionContext<java.lang.Object> context, java.lang.Object inputData)protected booleanToggleActionRenderer. isActionActivated(ActionContext<java.lang.Object> context, java.lang.Object inputData)protected booleanAbstractToggleActionRenderer. isActive(ActionContext<java.lang.Object> context)Checks if action is currently activeprotected abstract booleanAbstractToggleActionRenderer. isInputConfigured(ActionContext<java.lang.Object> context)protected booleanToggleActionRenderer. isInputConfigured(ActionContext<java.lang.Object> context)ActionResult<java.lang.Object>AbstractToggleAction. perform(ActionContext<java.lang.Object> ctx)voidAbstractToggleActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener)protected java.lang.ObjectAbstractToggleAction. restoreOutputValue(ActionContext<java.lang.Object> ctx)Reads action's output value from parent's widget model. -
Uses of ActionContext in com.hybris.cockpitng.actions.typepermission
Methods in com.hybris.cockpitng.actions.typepermission with parameters of type ActionContext Modifier and Type Method Description booleanTypePermissionAction. canPerform(ActionContext<java.lang.Object> ctx)java.lang.StringTypePermissionAction. getConfirmationMessage(ActionContext<java.lang.Object> ctx)booleanTypePermissionAction. needsConfirmation(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>TypePermissionAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionContext in com.hybris.cockpitng.common.renderer
Methods in com.hybris.cockpitng.common.renderer with parameters of type ActionContext Modifier and Type Method Description protected intTypeSelectorTreeItemRenderer. getEllipsisLength(ActionContext context)Constructors in com.hybris.cockpitng.common.renderer with parameters of type ActionContext Constructor Description TypeSelectorTreeItemRenderer(LabelService labelService, ActionContext<?> context) -
Uses of ActionContext in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components that return ActionContext Modifier and Type Method Description protected ActionContextAction. createActionContext(ActionDefinition actionDefinition)ActionContextAction. getActionContext()Methods in com.hybris.cockpitng.components with parameters of type ActionContext Modifier and Type Method Description protected java.lang.StringDefaultCockpitActionsRenderer. adjustUri(ActionContext context, java.lang.String uri)protected java.lang.StringDefaultCockpitActionsRenderer. extractIconDisabledUri(ActionContext context)protected java.lang.StringDefaultCockpitActionsRenderer. extractIconHoverUri(ActionContext context)protected java.lang.StringDefaultCockpitActionsRenderer. extractIconUri(ActionContext context)protected voidAction. initializeActionContext(ActionContext actionContext, org.zkoss.zk.ui.HtmlBasedComponent parent, ActionDefinition actionDefinition, CockpitAction action, boolean updateOnly)
-