Class NonOptionalEnumEditor

java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<Object>
com.hybris.cockpitng.editor.defaultenum.DefaultEnumEditor
de.hybris.platform.customersupportbackoffice.editor.NonOptionalEnumEditor
All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>

public class NonOptionalEnumEditor extends com.hybris.cockpitng.editor.defaultenum.DefaultEnumEditor
Editor that has optional = false by default
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.hybris.cockpitng.editor.defaultenum.DefaultEnumEditor

    com.hybris.cockpitng.editor.defaultenum.DefaultEnumEditor.FilteredListModelList<E extends Object>
  • Field Summary

    Fields inherited from class com.hybris.cockpitng.editor.defaultenum.DefaultEnumEditor

    cockpitLocaleService, cockpitProperties, ENTER_CODE_KEY, enumValueResolver, labelService, PARAM_L10N_KEY_DEFAULT_FALLBACK_NULL, PARAM_L10N_KEY_NULL, PATTERN_ENUM

    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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener)
     

    Methods inherited from class com.hybris.cockpitng.editor.defaultenum.DefaultEnumEditor

    getAllValues, getAllValues, getEnumValueResolver, getSelectedItemValue, isOptional, mapEnumToString

    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 Details

    • NonOptionalEnumEditor

      public NonOptionalEnumEditor()
  • 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)
      Specified by:
      render in interface com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
      Overrides:
      render in class com.hybris.cockpitng.editor.defaultenum.DefaultEnumEditor