Class ToggleItemLockActionRenderer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hybris.cockpitng.actions.impl.DefaultActionRenderer
com.hybris.cockpitng.actions.impl.DefaultActionRenderer.DefaultActionRendererEventListener<T extends org.zkoss.zk.ui.event.Event> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringDeprecated.in 2205protected static final StringDeprecated.in 2205protected static final StringDeprecated.in 2205protected static final StringDeprecated.in 2205protected static final StringDeprecated.in 2205protected static final StringDeprecated.in 2205Fields inherited from class com.hybris.cockpitng.actions.impl.DefaultActionRenderer
LABEL_CONTAINER_SCLASS, tooltipText -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetIconUri(com.hybris.cockpitng.actions.ActionContext<Object> context, boolean canPerform) protected ItemLockingServiceprotected StringgetLocalizedName(com.hybris.cockpitng.actions.ActionContext<?> context) protected StringgetLockedIconUri(Object data, String lockedFileName, String unlockedFileName) Deprecated.in 2205protected booleanMethods inherited from class com.hybris.cockpitng.actions.impl.DefaultActionRenderer
addEventListener, addKeyboardSupport, adjustUri, checkDataCompatibleWithDefinedInput, createEventListener, createTipsLabel, createYTestId, extractIconDisabledUri, extractIconHoverUri, extractIconUri, extractKeyEvent, findActionComponent, findGroupComponent, findParentComponent, getActionBodySclass, getIconHoverUri, getIconName, getKeyboardSupportService, getOrCreateContainer, getOrCreateIcon, getOrCreateIcon, getOrCreateIconButton, getOrCreateLabel, getOrCreateLabel, getTooltipText, getToolTipWithCtrlKeysText, loadFromParentModel, perform, performWithConfirmationCheck, registerHoverEventsOnContainer, registerHoverEventsOnContainer, removeEventListeners, removeEventListeners, removeIcon, removeLabel, render, setTips, setTooltipText, storeInParentModel, triggerFromKeyEvent, useImage
-
Field Details
-
ICON_ACTION_UNLOCK_ITEM_HOVER_PNG
Deprecated.in 2205- See Also:
-
ICON_ACTION_LOCK_ITEM_HOVER_PNG
Deprecated.in 2205- See Also:
-
ICON_ACTION_UNLOCK_ITEM_DEFAULT_PNG
Deprecated.in 2205- See Also:
-
ICON_ACTION_LOCK_ITEM_DEFAULT_PNG
Deprecated.in 2205- See Also:
-
ICON_ACTION_UNLOCK_ITEM_DISABLED_PNG
Deprecated.in 2205- See Also:
-
ICON_ACTION_LOCK_ITEM_DISABLED_PNG
Deprecated.in 2205- See Also:
-
I18N_UNLOCK_ACTION_TOOLTIP
- See Also:
-
I18N_LOCK_ACTION_TOOLTIP
- See Also:
-
-
Constructor Details
-
ToggleItemLockActionRenderer
public ToggleItemLockActionRenderer()
-
-
Method Details