public class QueryRenderer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COCKPITGROUP_UID |
| Constructor and Description |
|---|
QueryRenderer(BaseUICockpitNavigationArea navigationArea,
QuerySectionRenderer querySectionRenderer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildMenuRecursively(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
java.util.List<PrincipalModel> readUsers,
EventListener listener) |
protected void |
buildSavedQueryMenuRecursively(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
java.util.List<PrincipalModel> readUsers,
EventListener listener) |
protected Menupopup |
createCollectionContextMenu(UICollectionQuery query,
Label queryLabel,
Component parent) |
protected Menupopup |
createSavedQueryContextMenu(UISavedQuery query,
Label queryLabel,
Component parent) |
protected Menu |
createSendToSavedQuerySubmenu(Listitem item,
java.lang.Object data,
de.hybris.platform.cockpit.components.navigationarea.renderer.QueryRenderer.CollectionRight right)
Creates context menu for SavedQuery.
|
protected Menu |
createSendToSubmenu(Listitem item,
java.lang.Object data,
de.hybris.platform.cockpit.components.navigationarea.renderer.QueryRenderer.CollectionRight right)
Creates context menu for given listitem.
|
protected DragAndDropWrapper |
getDDWrapper() |
BaseUICockpitNavigationArea |
getNavigationArea() |
void |
render(Listitem item,
java.lang.Object data) |
void |
setNavigationArea(BaseUICockpitNavigationArea navigationArea) |
public static final java.lang.String COCKPITGROUP_UID
public QueryRenderer(BaseUICockpitNavigationArea navigationArea, QuerySectionRenderer querySectionRenderer)
public BaseUICockpitNavigationArea getNavigationArea()
public void render(Listitem item,
java.lang.Object data)
throws java.lang.Exception
java.lang.Exceptionpublic void setNavigationArea(BaseUICockpitNavigationArea navigationArea)
protected void buildMenuRecursively(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
java.util.List<PrincipalModel> readUsers,
EventListener listener)
protected void buildSavedQueryMenuRecursively(Menupopup parentMenupopup,
PrincipalModel parentPrincipal,
java.util.List<PrincipalModel> readUsers,
EventListener listener)
protected Menupopup createCollectionContextMenu(UICollectionQuery query, Label queryLabel, Component parent)
protected Menupopup createSavedQueryContextMenu(UISavedQuery query, Label queryLabel, Component parent)
protected Menu createSendToSubmenu(Listitem item,
java.lang.Object data,
de.hybris.platform.cockpit.components.navigationarea.renderer.QueryRenderer.CollectionRight right)
item - the itemdata - the dataright - the rightprotected Menu createSendToSavedQuerySubmenu(Listitem item,
java.lang.Object data,
de.hybris.platform.cockpit.components.navigationarea.renderer.QueryRenderer.CollectionRight right)
protected DragAndDropWrapper getDDWrapper()
Copyright © 2018 SAP SE. All Rights Reserved.