Class TicketStateEditor

  • All Implemented Interfaces:
    com.hybris.cockpitng.editors.CockpitEditorRenderer<java.lang.Object>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

    public class TicketStateEditor
    extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
    implements com.hybris.cockpitng.editors.CockpitEditorRenderer<java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<java.lang.String,​java.lang.Object> createWizardContext​(java.lang.String typeName, CsTicketModel ticket, com.hybris.cockpitng.engine.WidgetInstanceManager wim)  
      void render​(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context, com.hybris.cockpitng.editors.EditorListener<java.lang.Object> listener)  
      • 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
    • Field Detail

      • labelService

        protected com.hybris.cockpitng.labels.LabelService labelService
      • notificationService

        protected com.hybris.cockpitng.util.notifications.NotificationService notificationService
      • TICKET_CLOSE_WIZARD

        public static final java.lang.String TICKET_CLOSE_WIZARD
        See Also:
        Constant Field Values
      • TICKET_REOPEN_WIZARD

        public static final java.lang.String TICKET_REOPEN_WIZARD
        See Also:
        Constant Field Values
    • Constructor Detail

      • TicketStateEditor

        public TicketStateEditor()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component parent,
                           com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context,
                           com.hybris.cockpitng.editors.EditorListener<java.lang.Object> listener)
        Specified by:
        render in interface com.hybris.cockpitng.editors.CockpitEditorRenderer<java.lang.Object>
      • createWizardContext

        protected java.util.Map<java.lang.String,​java.lang.Object> createWizardContext​(java.lang.String typeName,
                                                                                             CsTicketModel ticket,
                                                                                             com.hybris.cockpitng.engine.WidgetInstanceManager wim)