java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<Object>
de.hybris.platform.coupon.backoffice.cockpitng.editor.defaultinseteditor.DefaultInsetEditor
All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>

public class DefaultInsetEditor extends com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<Object>
Editor that helps in customizing existing editors by injecting custom 'inset' logic
  • Field Details

  • Constructor Details

    • DefaultInsetEditor

      public DefaultInsetEditor()
  • Method Details

    • render

      public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener)
    • renderEditor

      protected void renderEditor(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener)
    • renderInset

      protected void renderInset(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener)
    • isNestedObjectCreationDisabled

      protected boolean isNestedObjectCreationDisabled(com.hybris.cockpitng.editors.EditorContext<Object> context)
    • findAncestorEditor

      protected com.hybris.cockpitng.components.Editor findAncestorEditor(org.zkoss.zk.ui.Component component)
      Overrides:
      findAncestorEditor in class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<Object>