Class FacetRangeBoundaryValueEditor
java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<Object>
de.hybris.platform.adaptivesearchbackoffice.editors.facetrangeboundaryvalue.FacetRangeBoundaryValueEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
public class FacetRangeBoundaryValueEditor
extends com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<Object>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Class<?>protected static final Stringprotected static final Stringprotected static final PatternFields inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENT, YW_EDITOR_AREA_LABEL_CONTAINERFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?>getIndexPropertyType(String indexType, String indexProperty) protected StringgetIndexType(com.hybris.cockpitng.editors.EditorContext<Object> context, AsFacetRangeModel rangeConfiguration) com.hybris.cockpitng.editors.EditorListener<Object>protected com.hybris.cockpitng.engine.WidgetInstanceManagergetWidgetInstanceManager(com.hybris.cockpitng.editors.EditorContext<Object> context) voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener) voidsetListener(com.hybris.cockpitng.editors.EditorListener<Object> listener) protected voidupdateValue(Object newValue, AbstractAsFacetConfigurationModel boostRule) Methods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
-
Field Details
-
INDEX_TYPE_PARAM
- See Also:
-
DEFAULT_INDEX_PROPERTY_TYPE
-
PROPERTY_VALUE_SERVICE_BEAN_ID
- See Also:
-
SPEL_REGEXP
-
-
Constructor Details
-
FacetRangeBoundaryValueEditor
public FacetRangeBoundaryValueEditor()
-
-
Method Details
-
render
-
getIndexPropertyType
-
updateValue
-
getIndexType
protected String getIndexType(com.hybris.cockpitng.editors.EditorContext<Object> context, AsFacetRangeModel rangeConfiguration) -
getWidgetInstanceManager
protected com.hybris.cockpitng.engine.WidgetInstanceManager getWidgetInstanceManager(com.hybris.cockpitng.editors.EditorContext<Object> context) -
getListener
-
setListener
-