public abstract class AbstractListView extends AbstractItemView implements UIListView
AbstractItemView.LoadImage| Modifier and Type | Field and Description |
|---|---|
protected List<ListViewListener> |
listeners |
loadingProgressContainer, ON_CONTINUE_LOADING| Constructor and Description |
|---|
AbstractListView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListViewListener(ListViewListener listener) |
protected void |
fireActivate(List<Integer> indexes) |
protected void |
fireBlacklist(Collection<Integer> indexes) |
protected void |
fireChangeCellValue(int colIndex,
int rowIndex,
Object data) |
protected void |
fireChangeSelection(int colIndex,
int rowIndex) |
protected void |
fireChangeSelection(List<Integer> colIndexes,
List<Integer> rowIndexes) |
protected void |
fireDroped(Event event,
int fromIndex,
int toIndex,
DragAndDropContext ddContext) |
protected void |
fireHideColumn(int colIndex) |
protected void |
fireMarkAllAsSelected(List<Integer> colIndexes,
List<Integer> rowIndexes) |
protected void |
fireMove(int fromIndex,
int toIndex) |
protected void |
fireMoveColumn(int fromIndex,
int toIndex) |
protected void |
fireMultiEdit(int colIndex,
List<Integer> rowIndexes,
Object data) |
protected void |
fireOpenExternal(int rowIndex,
UIEditor editor,
PropertyDescriptor propertyDescriptor) |
protected void |
firePageRequest(int offset) |
protected void |
fireRemove(Collection<Integer> indexes) |
void |
fireShowColumn(ColumnDescriptor colDescr,
Integer colIndex) |
protected void |
fireSortColumn(int columnIndex,
boolean asc) |
void |
removeListViewListener(ListViewListener listener) |
delayLazyload, getDDContext, getInitialPackageSize, getLazyloadPackageSize, isSimpleSelectionMode, setDDContext, setSimpleSelectionMode, setupLazyLoadingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteditCellAt, getModel, getValueAt, setModel, setShowColumnHeaders, setValueAt, updateCell, updateColumns, updateColumns, updateRow, updateVisibleColumnssetDDContext, updateActivation, updateActiveItems, updateItem, updateItems, updateSelectioninitialize, updateprotected List<ListViewListener> listeners
public void addListViewListener(ListViewListener listener)
addListViewListener in interface UIListViewpublic void removeListViewListener(ListViewListener listener)
removeListViewListener in interface UIListViewprotected void firePageRequest(int offset)
protected void fireMove(int fromIndex,
int toIndex)
protected void fireDroped(Event event,
int fromIndex,
int toIndex,
DragAndDropContext ddContext)
protected void fireRemove(Collection<Integer> indexes)
protected void fireBlacklist(Collection<Integer> indexes)
protected void fireChangeSelection(int colIndex,
int rowIndex)
protected void fireChangeSelection(List<Integer> colIndexes, List<Integer> rowIndexes)
protected void fireChangeCellValue(int colIndex,
int rowIndex,
Object data)
protected void fireOpenExternal(int rowIndex,
UIEditor editor,
PropertyDescriptor propertyDescriptor)
protected void fireMoveColumn(int fromIndex,
int toIndex)
protected void fireHideColumn(int colIndex)
public void fireShowColumn(ColumnDescriptor colDescr, Integer colIndex)
protected void fireSortColumn(int columnIndex,
boolean asc)
protected void fireMarkAllAsSelected(List<Integer> colIndexes, List<Integer> rowIndexes)
Copyright © 2017 SAP SE. All Rights Reserved.