Class DefaultRollupStrategyFieldEditor

java.lang.Object
de.hybris.platform.merchandisingservicesbackoffice.editor.DefaultRollupStrategyFieldEditor
All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>

public class DefaultRollupStrategyFieldEditor extends Object implements com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
Custom editor to display a dynamically generated list of indexed properties (fields)
  • 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
    void
    render(org.zkoss.zk.ui.Component parentComponent, com.hybris.cockpitng.editors.EditorContext<Object> editorContext, com.hybris.cockpitng.editors.EditorListener<Object> editorListener)
     

    Methods inherited from class java.lang.Object

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

    • DefaultRollupStrategyFieldEditor

      public DefaultRollupStrategyFieldEditor()
  • Method Details

    • render

      public void render(org.zkoss.zk.ui.Component parentComponent, com.hybris.cockpitng.editors.EditorContext<Object> editorContext, com.hybris.cockpitng.editors.EditorListener<Object> editorListener)
      Specified by:
      render in interface com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>