|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.widget.BaseAdapter
org.hdtourist.view.utils.InformacionAdapter
public class InformacionAdapter
The Class InformacionAdapter.
Field Summary | |
---|---|
private InformacionFragment |
actividad
The actividad. |
private InformacionListPresenter |
informaion
The informaion. |
private java.util.List<IInformacionVisible> |
listado
The listado. |
private java.util.List<IInformacionVisible> |
listadoVisible
The listado visible. |
Fields inherited from interface android.widget.Adapter |
---|
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION |
Constructor Summary | |
---|---|
InformacionAdapter(InformacionListPresenter inf,
InformacionFragment informacionFragment)
Instantiates a new informacion adapter. |
Method Summary | |
---|---|
int |
getCount()
|
IInformacionVisible |
getItem(int position)
|
long |
getItemId(int position)
|
android.view.View |
getView(int position,
android.view.View arg1,
android.view.ViewGroup arg2)
|
private void |
setInformacionVisible()
Fija el informacion visible. |
Methods inherited from class android.widget.BaseAdapter |
---|
areAllItemsEnabled, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final InformacionFragment actividad
private final InformacionListPresenter informaion
private java.util.List<IInformacionVisible> listado
private java.util.List<IInformacionVisible> listadoVisible
Constructor Detail |
---|
public InformacionAdapter(InformacionListPresenter inf, InformacionFragment informacionFragment)
inf
- the infinformacionFragment
- the informacion fragmentMethod Detail |
---|
public int getCount()
public IInformacionVisible getItem(int position)
public long getItemId(int position)
public android.view.View getView(int position, android.view.View arg1, android.view.ViewGroup arg2)
private void setInformacionVisible()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |