Class ResetSortAction

  • All Implemented Interfaces:
    com.hybris.cockpitng.actions.CockpitAction<AbstractEditorData,​java.lang.Object>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

    public class ResetSortAction
    extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
    implements com.hybris.cockpitng.actions.CockpitAction<AbstractEditorData,​java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      ResetSortAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canPerform​(com.hybris.cockpitng.actions.ActionContext<AbstractEditorData> ctx)  
      com.hybris.cockpitng.actions.ActionResult<java.lang.Object> perform​(com.hybris.cockpitng.actions.ActionContext<AbstractEditorData> ctx)  
      • Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware

        addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.actions.CockpitAction

        getConfirmationMessage, needsConfirmation
    • Constructor Detail

      • ResetSortAction

        public ResetSortAction()
    • Method Detail

      • perform

        public com.hybris.cockpitng.actions.ActionResult<java.lang.Object> perform​(com.hybris.cockpitng.actions.ActionContext<AbstractEditorData> ctx)
        Specified by:
        perform in interface com.hybris.cockpitng.actions.CockpitAction<AbstractEditorData,​java.lang.Object>
      • canPerform

        public boolean canPerform​(com.hybris.cockpitng.actions.ActionContext<AbstractEditorData> ctx)
        Specified by:
        canPerform in interface com.hybris.cockpitng.actions.CockpitAction<AbstractEditorData,​java.lang.Object>