Uses of Interface
de.hybris.platform.cockpit.services.dragdrop.DragAndDropContext
-
-
Uses of DragAndDropContext in de.hybris.platform.cmscockpit.wizard.page
Methods in de.hybris.platform.cmscockpit.wizard.page with parameters of type DragAndDropContext Modifier and Type Method Description voidAdvancedSearchPage.DefaultSelectorListViewListener. drop(int fromIndex, int toIndex, DragAndDropContext ddContext) -
Uses of DragAndDropContext in de.hybris.platform.cockpit.model.general
Methods in de.hybris.platform.cockpit.model.general with parameters of type DragAndDropContext Modifier and Type Method Description voidUIItemView. setDDContext(DragAndDropContext ddContext) -
Uses of DragAndDropContext in de.hybris.platform.cockpit.model.general.impl
Methods in de.hybris.platform.cockpit.model.general.impl that return DragAndDropContext Modifier and Type Method Description protected DragAndDropContextAbstractItemView. getDDContext()Methods in de.hybris.platform.cockpit.model.general.impl with parameters of type DragAndDropContext Modifier and Type Method Description voidAbstractItemView. setDDContext(DragAndDropContext context) -
Uses of DragAndDropContext in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview with parameters of type DragAndDropContext Modifier and Type Method Description voidListViewListener. drop(int fromIndex, int toIndex, DragAndDropContext ddContext)Called whenever rows are to be dropped.static <E extends TypedObject>
ListViewHelper.ListViewInfoListViewHelper. loadListView(UIListView listView, java.lang.String contextCode, ObjectTemplate oldRootType, ObjectTemplate newRootType, MutableTableModel tableModel, DefaultListModel<E> listModel, CockpitListComponent<E> cockpitListComp, ListViewHelper.ListenerHandler listenerHandler, DragAndDropContext dndCtx)Convenience method for loading a list view component.static <E extends TypedObject>
ListViewHelper.ListViewInfoListViewHelper. loadListView(UIListView listView, java.lang.String contextCode, ObjectTemplate oldRootType, ObjectTemplate newRootType, MutableTableModel tableModel, DefaultListModel<E> listModel, CockpitListComponent<E> cockpitListComp, ListViewHelper.ListenerHandler listenerHandler, DragAndDropContext dndCtx, ListViewConfiguration listViewConf)Convenience method for loading a list view component. -
Uses of DragAndDropContext in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type DragAndDropContext Modifier and Type Method Description voidDefaultBrowserListViewListener. drop(int fromIndex, int toIndex, DragAndDropContext ddContext)voidDefaultBrowserSectionListViewListener. drop(int fromIndex, int toIndex, DragAndDropContext ddContext)voidDefaultListViewListener. drop(int fromIndex, int toIndex, DragAndDropContext ddContext)protected voidAbstractListView. fireDroped(org.zkoss.zk.ui.event.Event event, int fromIndex, int toIndex, DragAndDropContext ddContext) -
Uses of DragAndDropContext in de.hybris.platform.cockpit.model.referenceeditor.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.impl with parameters of type DragAndDropContext Modifier and Type Method Description voidDefaultSelectorListViewListener. drop(int fromIndex, int toIndex, DragAndDropContext ddContext) -
Uses of DragAndDropContext in de.hybris.platform.cockpit.model.referenceeditor.simple.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple.impl with parameters of type DragAndDropContext Modifier and Type Method Description voidDefaultSimpleSelectorListViewListener. drop(int fromIndex, int toIndex, DragAndDropContext ddContext) -
Uses of DragAndDropContext in de.hybris.platform.cockpit.services.dragdrop.impl
Classes in de.hybris.platform.cockpit.services.dragdrop.impl that implement DragAndDropContext Modifier and Type Class Description classDefaultDragAndDropContext -
Uses of DragAndDropContext in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type DragAndDropContext Modifier and Type Method Description voidAdvancedSearchPage.DefaultSelectorListViewListener. drop(int fromIndex, int toIndex, DragAndDropContext ddContext)
-