Class VariantsAction
java.lang.Object
de.hybris.platform.cockpit.components.listview.AbstractListViewAction
de.hybris.platform.productcockpit.components.listview.impl.AbstractProductAction
de.hybris.platform.productcockpit.components.listview.impl.VariantsStatus
de.hybris.platform.productcockpit.components.listview.impl.VariantsAction
- All Implemented Interfaces:
AdvancedListViewAction,ListViewAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
ListViewAction.Context -
Field Summary
FieldsFields inherited from class de.hybris.platform.productcockpit.components.listview.impl.VariantsStatus
ICON_BASE_PORDUCT_STATUS, ICON_BASE_VARIANT_STATUS, ICON_VARIANT_PORDUCT_STATUSFields inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
alwaysEnabled, IN_EDITOR_AREA_SECTION_PANELFields inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
AFFECTED_ITEMS_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.event.EventListenergetEventListener(ListViewAction.Context context) Gets theEventListenerwhich is to be registered for theEvents.ON_CLICKevent.getImageURI(ListViewAction.Context context) Gets the image URI which represents the action button.getTooltip(ListViewAction.Context context) Gets the tooltip of the action button.Methods inherited from class de.hybris.platform.productcockpit.components.listview.impl.VariantsStatus
doCreateContext, getContextPopup, getPopup, getStatusCode, getTypeServiceMethods inherited from class de.hybris.platform.productcockpit.components.listview.impl.AbstractProductAction
getProductCockpitProductServiceMethods inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
createContext, createContext, getItem, getMultiSelectEventListener, getMultiSelectImageURI, getMultiSelectPopup, getSelectedItems, isAlwaysEnabled, sendEvent, sendUpdateItemsEvent, setAlwaysEnabled
-
Field Details
-
IMAGE_URI
- See Also:
-
IMAGE_URI_UNAVAILABLE
- See Also:
-
-
Constructor Details
-
VariantsAction
public VariantsAction()
-
-
Method Details
-
getEventListener
Description copied from interface:ListViewActionGets theEventListenerwhich is to be registered for theEvents.ON_CLICKevent.- Specified by:
getEventListenerin interfaceListViewAction- Overrides:
getEventListenerin classVariantsStatus- Returns:
- the event listener which should be called when user clicks the action button
-
getImageURI
Description copied from interface:ListViewActionGets the image URI which represents the action button.- Specified by:
getImageURIin interfaceListViewAction- Overrides:
getImageURIin classVariantsStatus- Returns:
- URI of the image to represent the action button
-
getTooltip
Description copied from interface:ListViewActionGets the tooltip of the action button.- Specified by:
getTooltipin interfaceListViewAction- Overrides:
getTooltipin classVariantsStatus- Returns:
- the tooltip string which should appear when the user hovers over the action button
-