public class ListAndroid<M> extends Object implements IList<M>, IObserverModelChanged
| Constructor and Description |
|---|
ListAndroid(android.widget.ListView listView,
ListAdapterTextView<M> listAdapterTextView) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(M item) |
ListAdapterTextView<M> |
getListAdapterTextView() |
android.widget.ListView |
getListView() |
void |
notifyModelChanged() |
void |
removeSelectedRow() |
void |
repaint() |
void |
replaceDataSource(List<M> ds) |
public ListAndroid(android.widget.ListView listView,
ListAdapterTextView<M> listAdapterTextView)
public void notifyModelChanged()
notifyModelChanged in interface IObserverModelChangedpublic void removeSelectedRow()
removeSelectedRow in interface IList<M>public void replaceDataSource(List<M> ds)
replaceDataSource in interface IList<M>public android.widget.ListView getListView()
public ListAdapterTextView<M> getListAdapterTextView()
Copyright © 2015–2016 Beigesoft ™. All rights reserved.