Uses of Interface
de.hybris.platform.cockpit.model.advancedsearch.SearchFieldGroup
-
Packages that use SearchFieldGroup Package Description de.hybris.platform.cockpit.model.advancedsearch de.hybris.platform.cockpit.model.advancedsearch.impl -
-
Uses of SearchFieldGroup in de.hybris.platform.cockpit.model.advancedsearch
Methods in de.hybris.platform.cockpit.model.advancedsearch that return SearchFieldGroup Modifier and Type Method Description SearchFieldGroupSearchField. getGroup()Returns thegroupto which this search field has been assigned.SearchFieldGroupSearchFieldGroup. getParentSearchFieldGroup()Returns this group's parent group.SearchFieldGroupAdvancedSearchModel. getRootSearchFieldGroup()Returns the rootsearch field group.Methods in de.hybris.platform.cockpit.model.advancedsearch that return types with arguments of type SearchFieldGroup Modifier and Type Method Description java.util.List<SearchFieldGroup>SearchFieldGroup. getAllHiddenSearchFieldGroups()Returns a list containing this group (if hidden) and all the hidden groups held by thisSearchFieldGroupand its sub groups.java.util.List<SearchFieldGroup>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.java.util.List<SearchFieldGroup>SearchFieldGroup. getAllSearchFieldGroups()Returns a list containing this group and all the groups held by thisSearchFieldGroupand its sub groups.java.util.List<SearchFieldGroup>SearchFieldGroup. getAllVisibleSearchFieldGroups()Returns a list containing this group (if visible) and all the visible groups held by thisSearchFieldGroupand its sub groups.java.util.List<SearchFieldGroup>SearchFieldGroup. getHiddenSearchFieldGroups()Returns all the hidden sub groups directly held by thisSearchFieldGroup.java.util.List<SearchFieldGroup>SearchFieldGroup. getPartiallyVisibleGroups()Returns a list containing all the sub groups of this group, which contains hidden fields or groups.java.util.List<SearchFieldGroup>SearchFieldGroup. getSearchFieldGroups()Returns all the sub groups directly held by thisSearchFieldGroup.java.util.List<SearchFieldGroup>SearchFieldGroup. getVisibleSearchFieldGroups()Returns all the visible sub groups directly held by thisSearchFieldGroup.Methods in de.hybris.platform.cockpit.model.advancedsearch with parameters of type SearchFieldGroup Modifier and Type Method Description voidAdvancedSearchViewListener. 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 SearchFieldGroup Modifier and Type Class Description classDefaultSearchFieldGroupDefaultSearchFieldGroupimplementation.Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return SearchFieldGroup Modifier and Type Method Description SearchFieldGroupDefaultSearchField. getGroup()SearchFieldGroupDefaultSearchFieldGroup. getParentSearchFieldGroup()SearchFieldGroupDefaultAdvancedSearchModel. getRootSearchFieldGroup()Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return types with arguments of type SearchFieldGroup Modifier and Type Method Description java.util.List<SearchFieldGroup>DefaultSearchFieldGroup. getAllHiddenSearchFieldGroups()java.util.List<SearchFieldGroup>DefaultSearchFieldGroup. getAllPartiallyVisibleGroups()java.util.List<SearchFieldGroup>DefaultSearchFieldGroup. getAllSearchFieldGroups()java.util.List<SearchFieldGroup>DefaultSearchFieldGroup. getAllVisibleSearchFieldGroups()java.util.List<SearchFieldGroup>DefaultSearchFieldGroup. getHiddenSearchFieldGroups()java.util.List<SearchFieldGroup>DefaultSearchFieldGroup. getPartiallyVisibleGroups()java.util.List<SearchFieldGroup>DefaultSearchFieldGroup. getSearchFieldGroups()java.util.List<SearchFieldGroup>DefaultSearchFieldGroup. getVisibleSearchFieldGroups()Methods in de.hybris.platform.cockpit.model.advancedsearch.impl with parameters of type SearchFieldGroup Modifier and Type Method Description voidDefaultSearchFieldGroup. 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 SearchFieldGroup Modifier and Type Method Description voidDefaultSearchFieldGroup. setSearchFieldGroups(java.util.List<? extends SearchFieldGroup> groups)Sets the sub groups of this group togroups.voidDefaultAdvancedSearchModel. setVisibleSearchFieldGroups(java.util.List<SearchFieldGroup> groups)
-