Class DefaultStandardDateRangeEditor

java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<StandardDateRange>
de.hybris.platform.platformbackoffice.editors.standarddaterange.DefaultStandardDateRangeEditor
All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<StandardDateRange>

public class DefaultStandardDateRangeEditor extends com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<StandardDateRange>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.hybris.cockpitng.components.Editor
     
    static final String
     

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

    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
  • Field Details

    • SUBEDITOR_DEFINITION_STRING

      public static final String SUBEDITOR_DEFINITION_STRING
      See Also:
    • editor

      protected com.hybris.cockpitng.components.Editor editor
  • Constructor Details

    • DefaultStandardDateRangeEditor

      public DefaultStandardDateRangeEditor()
  • Method Details

    • render

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

      protected void processValueChange(com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context)