Uses of Interface
de.hybris.platform.cockpit.services.dragdrop.DragAndDropContext
Packages that use DragAndDropContext
Package
Description
-
Uses of DragAndDropContext in de.hybris.platform.cmscockpit.wizard.page
Methods in de.hybris.platform.cmscockpit.wizard.page with parameters of type DragAndDropContextModifier and TypeMethodDescriptionvoidAdvancedSearchPage.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 -
Uses of DragAndDropContext in de.hybris.platform.cockpit.model.general.impl
Methods in de.hybris.platform.cockpit.model.general.impl that return DragAndDropContextMethods in de.hybris.platform.cockpit.model.general.impl with parameters of type DragAndDropContext -
Uses of DragAndDropContext in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview with parameters of type DragAndDropContextModifier and TypeMethodDescriptionvoidListViewListener.drop(int fromIndex, int toIndex, DragAndDropContext ddContext) Called whenever rows are to be dropped.static <E extends TypedObject>
ListViewHelper.ListViewInfoListViewHelper.loadListView(UIListView listView, 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, 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 DragAndDropContextModifier and TypeMethodDescriptionvoidDefaultBrowserListViewListener.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 DragAndDropContextModifier and TypeMethodDescriptionvoidDefaultSelectorListViewListener.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 DragAndDropContextModifier and TypeMethodDescriptionvoidDefaultSimpleSelectorListViewListener.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 -
Uses of DragAndDropContext in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type DragAndDropContextModifier and TypeMethodDescriptionvoidAdvancedSearchPage.DefaultSelectorListViewListener.drop(int fromIndex, int toIndex, DragAndDropContext ddContext)