Uses of Interface
de.hybris.platform.adaptivesearchbackoffice.common.DataProvider
-
Packages that use DataProvider Package Description de.hybris.platform.adaptivesearchbackoffice.common.impl de.hybris.platform.adaptivesearchbackoffice.editors.configurabledropdown -
-
Uses of DataProvider in de.hybris.platform.adaptivesearchbackoffice.common.impl
Classes in de.hybris.platform.adaptivesearchbackoffice.common.impl that implement DataProvider Modifier and Type Class Description classAsBoostOperatorDataProviderImplementation ofDataProviderfor boost operator.classAsFacetIndexPropertyDataProviderImplementation ofDataProviderfor facet index properties.classAsIndexPropertyDataProviderImplementation ofDataProviderfor index properties.classAsIndexTypeDataProviderImplementation ofDataProviderfor index types.classAsSortExpressionDataProviderImplementation ofDataProviderfor sort expressions. -
Uses of DataProvider in de.hybris.platform.adaptivesearchbackoffice.editors.configurabledropdown
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.configurabledropdown that return DataProvider Modifier and Type Method Description protected DataProviderConfigurableDropdownEditor. createDataProvider(com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context)Methods in de.hybris.platform.adaptivesearchbackoffice.editors.configurabledropdown with parameters of type DataProvider Modifier and Type Method Description protected org.zkoss.zul.ComboitemRendererConfigurableDropdownEditor. createItemRenderer(DataProvider dataProvider, java.util.Map<java.lang.String,java.lang.Object> dataProviderParameters)protected org.zkoss.zul.ListModelConfigurableDropdownEditor. createModel(DataProvider dataProvider, java.util.Map<java.lang.String,java.lang.Object> dataProviderParameters, java.lang.Object initialValue)
-