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 SearchFieldGroup
SearchField. getGroup()
Returns thegroup
to which this search field has been assigned.SearchFieldGroup
SearchFieldGroup. getParentSearchFieldGroup()
Returns this group's parent group.SearchFieldGroup
AdvancedSearchModel. 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 thisSearchFieldGroup
and 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 thisSearchFieldGroup
and its sub groups.java.util.List<SearchFieldGroup>
SearchFieldGroup. getAllVisibleSearchFieldGroups()
Returns a list containing this group (if visible) and all the visible groups held by thisSearchFieldGroup
and 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 void
AdvancedSearchViewListener. hideSearchFieldGroupClicked(SearchFieldGroup group)
void
AdvancedSearchViewListener. 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 class
DefaultSearchFieldGroup
DefaultSearchFieldGroup
implementation.Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return SearchFieldGroup Modifier and Type Method Description SearchFieldGroup
DefaultSearchField. getGroup()
SearchFieldGroup
DefaultSearchFieldGroup. getParentSearchFieldGroup()
SearchFieldGroup
DefaultAdvancedSearchModel. 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 void
DefaultSearchFieldGroup. addSearchFieldGroup(SearchFieldGroup group)
Assigns the groupgroup
to this group if it's not already assigned to this group or any of its sub groups.protected EditSearchGroupComponent
AdvancedSearchView. createEditSearchGroupComponent(SearchFieldGroup group)
protected SearchGroupComponent
AdvancedSearchView. createSearchGroupComponent(SearchFieldGroup group)
protected void
AbstractAdvancedSearchView. fireHideSearchFieldGroup(SearchFieldGroup group)
protected void
AbstractAdvancedSearchView. fireShowSearchFieldGroup(SearchFieldGroup group)
protected boolean
DefaultAdvancedSearchModel. hideGroupDirectly(SearchFieldGroup group)
boolean
DefaultAdvancedSearchModel. hideSearchFieldGroup(SearchFieldGroup group)
void
AbstractAdvancedSearchViewListener. hideSearchFieldGroupClicked(SearchFieldGroup group)
void
DefaultSearchField. setGroup(SearchFieldGroup group)
void
DefaultSearchFieldGroup. setParentSearchFieldGroup(SearchFieldGroup parent)
Sets this group's parent group toparent
.protected boolean
DefaultAdvancedSearchModel. showGroupDirectly(SearchFieldGroup group)
boolean
DefaultAdvancedSearchModel. showSearchFieldGroup(SearchFieldGroup group)
void
AbstractAdvancedSearchViewListener. showSearchFieldGroupClicked(SearchFieldGroup group)
Method parameters in de.hybris.platform.cockpit.model.advancedsearch.impl with type arguments of type SearchFieldGroup Modifier and Type Method Description void
DefaultSearchFieldGroup. setSearchFieldGroups(java.util.List<? extends SearchFieldGroup> groups)
Sets the sub groups of this group togroups
.void
DefaultAdvancedSearchModel. setVisibleSearchFieldGroups(java.util.List<SearchFieldGroup> groups)
-