Uses of Class
de.hybris.platform.cockpit.model.query.impl.UIQuery
-
-
Uses of UIQuery in de.hybris.platform.cockpit.components.listeners
Constructors in de.hybris.platform.cockpit.components.listeners with parameters of type UIQuery Constructor Description QueryRenameEventListener(UIQuery query) -
Uses of UIQuery in de.hybris.platform.cockpit.components.navigationarea
Methods in de.hybris.platform.cockpit.components.navigationarea with parameters of type UIQuery Modifier and Type Method Description voidAbstractNavigationAreaModel. removeQuery(UIQuery query) -
Uses of UIQuery in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type UIQuery Modifier and Type Method Description booleanQuerySectionRenderer. collectionRemoved(UIQuery query)Checks if given query holds removed collectionstatic java.lang.StringQuerySectionRenderer. getDefaultQueryName(UIQuery query) -
Uses of UIQuery in de.hybris.platform.cockpit.model.query.impl
Subclasses of UIQuery in de.hybris.platform.cockpit.model.query.impl Modifier and Type Class Description classUICollectionQueryclassUIDynamicQueryclassUISavedQuery -
Uses of UIQuery in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session with parameters of type UIQuery Modifier and Type Method Description voidUINavigationArea. setSelectedQuery(UIQuery query) -
Uses of UIQuery in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl with parameters of type UIQuery Modifier and Type Method Description voidBaseUICockpitNavigationArea. duplicateQuery(UIQuery query)voidBaseUICockpitNavigationArea. removeQuery(UIQuery query)voidBaseUICockpitNavigationArea. setSelectedQuery(UIQuery query)voidBaseUICockpitNavigationArea. setSelectedQuery(UIQuery query, boolean doubleClicked)
-