java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.platformbackoffice.editors.taxdiscountvalueeditor.TaxDiscountValueEditor
All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

public class TaxDiscountValueEditor extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware implements com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    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 component, com.hybris.cockpitng.editors.EditorContext<Object> editorContext, com.hybris.cockpitng.editors.EditorListener<Object> editorListener)
     
    protected void
    validateValueAndNotifyListener(String value, ValueParser valueParser, com.hybris.cockpitng.editors.EditorListener editorListener, org.zkoss.zul.Textbox textbox)
     

    Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware

    addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • TaxDiscountValueEditor

      public TaxDiscountValueEditor()
  • Method Details

    • render

      public void render(org.zkoss.zk.ui.Component component, 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>
    • validateValueAndNotifyListener

      protected void validateValueAndNotifyListener(String value, ValueParser valueParser, com.hybris.cockpitng.editors.EditorListener editorListener, org.zkoss.zul.Textbox textbox)