Uses of Interface
de.hybris.platform.platformbackoffice.taxdiscountvalueparser.ValueParser
-
-
Uses of ValueParser in de.hybris.platform.platformbackoffice.editors.taxdiscountvalueeditor
Methods in de.hybris.platform.platformbackoffice.editors.taxdiscountvalueeditor with parameters of type ValueParser Modifier and Type Method Description protected voidTaxDiscountValueEditor. validateValueAndNotifyListener(java.lang.String value, ValueParser valueParser, com.hybris.cockpitng.editors.EditorListener editorListener, org.zkoss.zul.Textbox textbox) -
Uses of ValueParser in de.hybris.platform.platformbackoffice.labelproviders
Methods in de.hybris.platform.platformbackoffice.labelproviders with parameters of type ValueParser Modifier and Type Method Description voidDiscountValueLabelProvider. setDiscountValueRenderer(ValueParser<DiscountValue> discountValueRenderer)voidTaxValueLabelProvider. setTaxValueRenderer(ValueParser<TaxValue> taxValueRenderer) -
Uses of ValueParser in de.hybris.platform.platformbackoffice.taxdiscountvalueparser
Classes in de.hybris.platform.platformbackoffice.taxdiscountvalueparser that implement ValueParser Modifier and Type Class Description classDiscountValueParserclassTaxValueParser
-