Class ImpExZipFileChooserEditor

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

    public class ImpExZipFileChooserEditor
    extends com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<java.lang.String>
    • Field Summary

      • Fields inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer

        HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENT, YW_EDITOR_AREA_LABEL_CONTAINER
      • 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
      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)  
      void renderBlankZipFileChooser​(org.zkoss.zk.ui.Component parent)  
      void renderZipFileChooser​(org.zkoss.zk.ui.Component zipFileChooserView, java.util.List<java.lang.String> zipEntries)  
      • Methods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer

        extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
      • Methods inherited from class java.lang.Object

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

      • ImpExZipFileChooserEditor

        public ImpExZipFileChooserEditor()
    • 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)
      • renderZipFileChooser

        public void renderZipFileChooser​(org.zkoss.zk.ui.Component zipFileChooserView,
                                         java.util.List<java.lang.String> zipEntries)
      • renderBlankZipFileChooser

        public void renderBlankZipFileChooser​(org.zkoss.zk.ui.Component parent)