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 Details

    • INDEX_TYPE_PARAM

      protected static final String INDEX_TYPE_PARAM
      See Also:
    • DEFAULT_INDEX_PROPERTY_TYPE

      protected static final Class<?> DEFAULT_INDEX_PROPERTY_TYPE
    • PROPERTY_VALUE_SERVICE_BEAN_ID

      protected static final String PROPERTY_VALUE_SERVICE_BEAN_ID
      See Also:
    • SPEL_REGEXP

      protected static final Pattern SPEL_REGEXP
  • Constructor Details

    • FacetRangeBoundaryValueEditor

      public FacetRangeBoundaryValueEditor()
  • Method Details

    • render

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

      protected Class<?> getIndexPropertyType(String indexType, String indexProperty)
    • updateValue

      protected void updateValue(Object newValue, AbstractAsFacetConfigurationModel boostRule)
    • 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

      public com.hybris.cockpitng.editors.EditorListener<Object> getListener()
    • setListener

      public void setListener(com.hybris.cockpitng.editors.EditorListener<Object> listener)