Class DefaultUserToSegmentProviderEditor

java.lang.Object
de.hybris.platform.personalizationintegrationbackoffice.editor.DefaultUserToSegmentProviderEditor
All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<String>

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

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

    INITIAL_EDIT_STRING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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<String> listener)
     
    void
    render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<String> context, com.hybris.cockpitng.editors.EditorListener<String> listener)
     

    Methods inherited from class java.lang.Object

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

    • DefaultUserToSegmentProviderEditor

      public DefaultUserToSegmentProviderEditor()
  • Method Details

    • render

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

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