public class DefaultBrowserSectionListViewListener extends AbstractListViewListener
| Modifier and Type | Field and Description |
|---|---|
protected ListBrowserSectionModel |
sectionModel |
model| Constructor and Description |
|---|
DefaultBrowserSectionListViewListener(ListBrowserSectionModel sectionModel,
MutableTableModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
drop(int fromIndex,
int toIndex,
DragAndDropContext ddContext)
Called whenever rows are to be dropped.
|
void |
markAllAsSelected(List<Integer> columnIndexes,
List<Integer> rowIndexes)
Called whenever user marks all cells as selected
|
void |
move(int fromIndex,
int toIndex)
Called whenever a row is to be moved.
|
void |
multiEdit(int colIndex,
List<Integer> rowIndexes,
Object data) |
void |
openInContextEditor(int rowIndex,
UIEditor editor,
PropertyDescriptor propertyDescriptor) |
void |
remove(Collection<Integer> indexes)
Called whenever rows are to be deleted.
|
void |
requestPaging(int offset) |
activate, changeCellValue, changeSelection, changeSelection, hideColumn, moveColumn, showColumn, sortColumnprotected final ListBrowserSectionModel sectionModel
public DefaultBrowserSectionListViewListener(ListBrowserSectionModel sectionModel, MutableTableModel model)
public void move(int fromIndex,
int toIndex)
ListViewListenerfromIndex - current zero based row position indextoIndex - new zero based row position indexpublic void remove(Collection<Integer> indexes)
ListViewListenerindexes - zero based position indexes of the rows to deletepublic void requestPaging(int offset)
public void openInContextEditor(int rowIndex,
UIEditor editor,
PropertyDescriptor propertyDescriptor)
public void markAllAsSelected(List<Integer> columnIndexes, List<Integer> rowIndexes)
ListViewListenerpublic void drop(int fromIndex,
int toIndex,
DragAndDropContext ddContext)
ListViewListenerCopyright © 2017 SAP SE. All Rights Reserved.