Uses of Interface
de.hybris.platform.cockpit.model.advancedsearch.SearchFieldGroup
Packages that use SearchFieldGroup
Package
Description
-
Uses of SearchFieldGroup in de.hybris.platform.cockpit.model.advancedsearch
Methods in de.hybris.platform.cockpit.model.advancedsearch that return SearchFieldGroupModifier and TypeMethodDescriptionSearchField.getGroup()Returns thegroupto which this search field has been assigned.SearchFieldGroup.getParentSearchFieldGroup()Returns this group's parent group.AdvancedSearchModel.getRootSearchFieldGroup()Returns the rootsearch field group.Methods in de.hybris.platform.cockpit.model.advancedsearch that return types with arguments of type SearchFieldGroupModifier and TypeMethodDescriptionSearchFieldGroup.getAllHiddenSearchFieldGroups()Returns a list containing this group (if hidden) and all the hidden groups held by thisSearchFieldGroupand its sub groups.SearchFieldGroup.getAllPartiallyVisibleGroups()Returns a list containing this group (if it has hidden fields and/or groups) and all the sub groups of this group and its sub groups, which contains hidden fields or groups.SearchFieldGroup.getAllSearchFieldGroups()Returns a list containing this group and all the groups held by thisSearchFieldGroupand its sub groups.SearchFieldGroup.getAllVisibleSearchFieldGroups()Returns a list containing this group (if visible) and all the visible groups held by thisSearchFieldGroupand its sub groups.SearchFieldGroup.getHiddenSearchFieldGroups()Returns all the hidden sub groups directly held by thisSearchFieldGroup.SearchFieldGroup.getPartiallyVisibleGroups()Returns a list containing all the sub groups of this group, which contains hidden fields or groups.SearchFieldGroup.getSearchFieldGroups()Returns all the sub groups directly held by thisSearchFieldGroup.SearchFieldGroup.getVisibleSearchFieldGroups()Returns all the visible sub groups directly held by thisSearchFieldGroup.Methods in de.hybris.platform.cockpit.model.advancedsearch with parameters of type SearchFieldGroupModifier and TypeMethodDescriptionvoidAdvancedSearchViewListener.hideSearchFieldGroupClicked(SearchFieldGroup group) voidAdvancedSearchViewListener.showSearchFieldGroupClicked(SearchFieldGroup group) -
Uses of SearchFieldGroup in de.hybris.platform.cockpit.model.advancedsearch.impl
Classes in de.hybris.platform.cockpit.model.advancedsearch.impl that implement SearchFieldGroupMethods in de.hybris.platform.cockpit.model.advancedsearch.impl that return SearchFieldGroupModifier and TypeMethodDescriptionDefaultSearchField.getGroup()DefaultSearchFieldGroup.getParentSearchFieldGroup()DefaultAdvancedSearchModel.getRootSearchFieldGroup()Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return types with arguments of type SearchFieldGroupModifier and TypeMethodDescriptionDefaultSearchFieldGroup.getAllHiddenSearchFieldGroups()DefaultSearchFieldGroup.getAllPartiallyVisibleGroups()DefaultSearchFieldGroup.getAllSearchFieldGroups()DefaultSearchFieldGroup.getAllVisibleSearchFieldGroups()DefaultSearchFieldGroup.getHiddenSearchFieldGroups()DefaultSearchFieldGroup.getPartiallyVisibleGroups()DefaultSearchFieldGroup.getSearchFieldGroups()DefaultSearchFieldGroup.getVisibleSearchFieldGroups()Methods in de.hybris.platform.cockpit.model.advancedsearch.impl with parameters of type SearchFieldGroupModifier and TypeMethodDescriptionvoidDefaultSearchFieldGroup.addSearchFieldGroup(SearchFieldGroup group) Assigns the groupgroupto this group if it's not already assigned to this group or any of its sub groups.protected EditSearchGroupComponentAdvancedSearchView.createEditSearchGroupComponent(SearchFieldGroup group) protected SearchGroupComponentAdvancedSearchView.createSearchGroupComponent(SearchFieldGroup group) protected voidAbstractAdvancedSearchView.fireHideSearchFieldGroup(SearchFieldGroup group) protected voidAbstractAdvancedSearchView.fireShowSearchFieldGroup(SearchFieldGroup group) protected booleanDefaultAdvancedSearchModel.hideGroupDirectly(SearchFieldGroup group) booleanDefaultAdvancedSearchModel.hideSearchFieldGroup(SearchFieldGroup group) voidAbstractAdvancedSearchViewListener.hideSearchFieldGroupClicked(SearchFieldGroup group) voidDefaultSearchField.setGroup(SearchFieldGroup group) voidDefaultSearchFieldGroup.setParentSearchFieldGroup(SearchFieldGroup parent) Sets this group's parent group toparent.protected booleanDefaultAdvancedSearchModel.showGroupDirectly(SearchFieldGroup group) booleanDefaultAdvancedSearchModel.showSearchFieldGroup(SearchFieldGroup group) voidAbstractAdvancedSearchViewListener.showSearchFieldGroupClicked(SearchFieldGroup group) Method parameters in de.hybris.platform.cockpit.model.advancedsearch.impl with type arguments of type SearchFieldGroupModifier and TypeMethodDescriptionvoidDefaultSearchFieldGroup.setSearchFieldGroups(List<? extends SearchFieldGroup> groups) Sets the sub groups of this group togroups.voidDefaultAdvancedSearchModel.setVisibleSearchFieldGroups(List<SearchFieldGroup> groups)