Class DefaultJobMappingAction

    • Constructor Detail

      • DefaultJobMappingAction

        public DefaultJobMappingAction()
    • Method Detail

      • setImportCockpitMediaService

        public void setImportCockpitMediaService​(ImportCockpitMediaService importCockpitMediaService)
      • isVisible

        public boolean isVisible​(ListViewAction.Context context)
        Parameters:
        context - see de.hybris.platform.cockpit.components.listview.ListViewAction.Context
        Returns:
        true if visible
        See Also:
        ListViewAction.Context
      • getImageURI

        public java.lang.String getImageURI​(ListViewAction.Context context)
        Description copied from interface: ListViewAction
        Gets the image URI which represents the action button.
        Returns:
        URI of the image to represent the action button
      • getEventListener

        public org.zkoss.zk.ui.event.EventListener getEventListener​(ListViewAction.Context context)
        Description copied from interface: ListViewAction
        Gets the EventListener which is to be registered for the Events.ON_CLICK event.
        Returns:
        the event listener which should be called when user clicks the action button
      • getTooltip

        public java.lang.String getTooltip​(ListViewAction.Context context)
        Description copied from interface: ListViewAction
        Gets the tooltip of the action button.
        Returns:
        the tooltip string which should appear when the user hovers over the action button