public abstract class ItemListModel extends Object
| Constructor and Description |
|---|
ItemListModel(boolean isSet) |
ItemListModel(Collection items,
boolean isSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
addEntry(Object data,
int index) |
void |
addListDataListener(ListDataListener l) |
protected abstract List |
getAllItems() |
Object |
getElementAt(int index) |
List<Object> |
getItems() |
int |
getSize() |
int |
indexOf(Object obj) |
void |
removeEntryAt(int index) |
void |
removeListDataListener(ListDataListener l) |
public ItemListModel(boolean isSet)
public ItemListModel(Collection items, boolean isSet)
protected abstract List getAllItems()
public void addListDataListener(ListDataListener l)
public void removeListDataListener(ListDataListener l)
public Object getElementAt(int index)
public int getSize()
public int indexOf(Object obj)
public int addEntry(Object data, int index)
public void removeEntryAt(int index)
Copyright © 2017 SAP SE. All Rights Reserved.