Uses of Interface
de.hybris.platform.cockpit.services.dragdrop.DraggedItem
-
-
Uses of DraggedItem in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type DraggedItem Modifier and Type Method Description voidCmsPageMainAreaPersonalizeComponentFactory.PersonalizeGridRenderer. render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper) -
Uses of DraggedItem in de.hybris.platform.cockpit.model.gridview
Methods in de.hybris.platform.cockpit.model.gridview with parameters of type DraggedItem Modifier and Type Method Description voidGridItemRenderer. render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper) -
Uses of DraggedItem in de.hybris.platform.cockpit.model.gridview.impl
Methods in de.hybris.platform.cockpit.model.gridview.impl with parameters of type DraggedItem Modifier and Type Method Description voidDefaultGridItemRenderer. render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper) -
Uses of DraggedItem in de.hybris.platform.cockpit.services.dragdrop
Methods in de.hybris.platform.cockpit.services.dragdrop that return DraggedItem Modifier and Type Method Description DraggedItemDragAndDropWrapper. getDraggedItem(org.zkoss.zk.ui.Component component)Methods in de.hybris.platform.cockpit.services.dragdrop with parameters of type DraggedItem Modifier and Type Method Description voidDragAndDropWrapper. attachDraggedItem(DraggedItem item, org.zkoss.zk.ui.Component component) -
Uses of DraggedItem in de.hybris.platform.cockpit.services.dragdrop.impl
Classes in de.hybris.platform.cockpit.services.dragdrop.impl that implement DraggedItem Modifier and Type Class Description classDefaultDraggedItemMethods in de.hybris.platform.cockpit.services.dragdrop.impl that return DraggedItem Modifier and Type Method Description DraggedItemDefaultDragAndDropWrapper. getDraggedItem(org.zkoss.zk.ui.Component component)Methods in de.hybris.platform.cockpit.services.dragdrop.impl with parameters of type DraggedItem Modifier and Type Method Description voidDefaultDragAndDropWrapper. attachDraggedItem(DraggedItem item, org.zkoss.zk.ui.Component component)
-