public class RefineByController extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
static String |
MODEL_EXPANDED_FACETS |
static String |
MODEL_LAST_FACET_DATA |
static String |
MODEL_SELECTED_FACETS |
static String |
SETTING_CONFIGURATION_CONTEXT |
static String |
SOCKET_IN_FULL_TEXT_SEARCH_DATA |
static String |
SOCKET_IN_RESET |
static String |
SOCKET_OUT_SEARCH_DATA |
static String |
WIDGET_SETTING_DEFAULT_FACET_RENDERER_BEAN_ID |
static String |
WIDGET_SETTING_INSTANT_FACETS |
static String |
WIDGET_SETTING_SELECTED_FACETS_POSITION |
static String |
YW_FACET_SLOT |
| Constructor and Description |
|---|
RefineByController() |
doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitlescanEventListenersalert, didActivate, getPage, willClone, willPassivatepublic static final String SOCKET_IN_FULL_TEXT_SEARCH_DATA
public static final String SOCKET_OUT_SEARCH_DATA
public static final String WIDGET_SETTING_INSTANT_FACETS
public static final String WIDGET_SETTING_SELECTED_FACETS_POSITION
public static final String WIDGET_SETTING_DEFAULT_FACET_RENDERER_BEAN_ID
public static final String YW_FACET_SLOT
public static final String MODEL_SELECTED_FACETS
public static final String MODEL_EXPANDED_FACETS
public static final String MODEL_LAST_FACET_DATA
public static final String SOCKET_IN_RESET
public static final String SETTING_CONFIGURATION_CONTEXT
public void initialize(org.zkoss.zk.ui.Component comp)
DefaultWidgetControllerDefaultWidgetController.doAfterCompose(Component) everytime your widget
view is created. See GenericForwardComposer.doAfterCompose(Component) for more details.initialize in class DefaultWidgetControllerpublic void reset()
public void onFullTextSearchData(FullTextSearchData data)
protected Map<String,Set<String>> extractSelectedFacets(Collection<FacetData> facets)
protected Set<String> extractSelectedFacetValueNames(Collection<FacetValueData> facetValues)
protected FacetConfig loadConfig()
protected Context prepareContext(FacetConfig facetConfig, String facetName)
protected FullTextSearchData getLastFactData()
public void applyFacetSelection(AdvancedSearchData query)
protected boolean isShowFacets(FullTextSearchData data)
protected void renderFacets(Collection<FacetData> facets, AdvancedSearchData query, boolean selected)
protected Collection<FacetData> filterFacets(Collection<FacetData> facets, FacetConfig facetConfig)
protected List<String> mapListedFacets(FacetConfig facetConfig)
protected List<String> mapBlacklist(FacetConfig facetConfig)
protected FacetRenderer resolveRenderer(FacetConfig config, FacetData facet)
public boolean isInstantFacets()
public String getSelectedFacetsPosition()
public String getDefaultFacetRendererBeanId()
public FacetRenderer getDefaultRenderer()
public org.zkoss.zul.Div getInfoContainer()
public org.zkoss.zul.Div getFacetContainer()
Copyright © 2018. All rights reserved.