Class TaxDiscountValueEditor
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
FieldsFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(org.zkoss.zk.ui.Component component, com.hybris.cockpitng.editors.EditorContext<Object> editorContext, com.hybris.cockpitng.editors.EditorListener<Object> editorListener) protected voidvalidateValueAndNotifyListener(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
-
Field Details
-
TAX_VALUE_TYPE
- See Also:
-
TAX_VALUE_PARSER
- See Also:
-
DISCOUNT_VALUE_PARSER
- See Also:
-
-
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:
renderin interfacecom.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
-
validateValueAndNotifyListener
protected void validateValueAndNotifyListener(String value, ValueParser valueParser, com.hybris.cockpitng.editors.EditorListener editorListener, org.zkoss.zul.Textbox textbox)
-