Class DefaultUserToSegmentProviderEditor

  • All Implemented Interfaces:
    com.hybris.cockpitng.editors.CockpitEditorRenderer<java.lang.String>

    public class DefaultUserToSegmentProviderEditor
    extends java.lang.Object
    implements com.hybris.cockpitng.editors.CockpitEditorRenderer<java.lang.String>
    • Field Summary

      • Fields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer

        INITIAL_EDIT_STRING
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void handleEvent​(org.zkoss.zul.Textbox editorView, org.zkoss.zk.ui.event.Event event, com.hybris.cockpitng.editors.EditorListener<java.lang.String> listener)  
      void render​(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<java.lang.String> context, com.hybris.cockpitng.editors.EditorListener<java.lang.String> listener)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultUserToSegmentProviderEditor

        public DefaultUserToSegmentProviderEditor()
    • Method Detail

      • render

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

        protected void handleEvent​(org.zkoss.zul.Textbox editorView,
                                   org.zkoss.zk.ui.event.Event event,
                                   com.hybris.cockpitng.editors.EditorListener<java.lang.String> listener)