Class CmsBrowserSectionListViewlListener
java.lang.Object
de.hybris.platform.cockpit.model.listview.impl.AbstractListViewListener
de.hybris.platform.cockpit.model.listview.impl.DefaultBrowserSectionListViewListener
de.hybris.platform.cmscockpit.components.listview.impl.CmsBrowserSectionListViewlListener
- All Implemented Interfaces:
ListViewListener
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.model.listview.impl.DefaultBrowserSectionListViewListener
sectionModelFields inherited from class de.hybris.platform.cockpit.model.listview.impl.AbstractListViewListener
model -
Constructor Summary
ConstructorsConstructorDescriptionCmsBrowserSectionListViewlListener(ListBrowserSectionModel sectionModel, MutableTableModel model) -
Method Summary
Modifier and TypeMethodDescriptionvoidmove(int fromIndex, int toIndex) Called whenever a row is to be moved.Methods inherited from class de.hybris.platform.cockpit.model.listview.impl.DefaultBrowserSectionListViewListener
drop, markAllAsSelected, multiEdit, openInContextEditor, remove, requestPagingMethods inherited from class de.hybris.platform.cockpit.model.listview.impl.AbstractListViewListener
activate, changeCellValue, changeSelection, changeSelection, hideColumn, moveColumn, showColumn, sortColumn
-
Constructor Details
-
CmsBrowserSectionListViewlListener
public CmsBrowserSectionListViewlListener(ListBrowserSectionModel sectionModel, MutableTableModel model)
-
-
Method Details
-
move
public void move(int fromIndex, int toIndex) Description copied from interface:ListViewListenerCalled whenever a row is to be moved.- Specified by:
movein interfaceListViewListener- Overrides:
movein classDefaultBrowserSectionListViewListener- Parameters:
fromIndex- current zero based row position indextoIndex- new zero based row position index
-
getCmsPageService
-