Uses of Interface
de.hybris.platform.cockpit.model.listview.ListViewHelper.ListenerHandler
-
Packages that use ListViewHelper.ListenerHandler Package Description de.hybris.platform.cockpit.components.contentbrowser de.hybris.platform.cockpit.model.listview -
-
Uses of ListViewHelper.ListenerHandler in de.hybris.platform.cockpit.components.contentbrowser
Classes in de.hybris.platform.cockpit.components.contentbrowser that implement ListViewHelper.ListenerHandler Modifier and Type Class Description protected classContextAreaBrowserComponent.MyListenerHandlerMethods in de.hybris.platform.cockpit.components.contentbrowser that return ListViewHelper.ListenerHandler Modifier and Type Method Description protected ListViewHelper.ListenerHandlerContextAreaBrowserComponent. getListenerHandler() -
Uses of ListViewHelper.ListenerHandler in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview with parameters of type ListViewHelper.ListenerHandler Modifier and Type Method Description 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.
-