Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
MonoDroid.Dialog.SectionAdapter Class Reference
Inheritance diagram for MonoDroid.Dialog.SectionAdapter:
BaseAdapter< Element >

Public Member Functions

 SectionAdapter (Section section)
 
override int GetItemViewType (int position)
 
override long GetItemId (int position)
 
override View GetView (int position, View convertView, ViewGroup parent)
 

Properties

Context Context [get, set]
 
Section Section [get, set]
 
override int Count [get]
 
override Element this[int position] [get]
 
override int ViewTypeCount [get]
 

Detailed Description

Definition at line 15 of file SectionAdapter.cs.

Constructor & Destructor Documentation

MonoDroid.Dialog.SectionAdapter.SectionAdapter ( Section  section)

Definition at line 17 of file SectionAdapter.cs.

Member Function Documentation

override long MonoDroid.Dialog.SectionAdapter.GetItemId ( int  position)

Definition at line 45 of file SectionAdapter.cs.

override int MonoDroid.Dialog.SectionAdapter.GetItemViewType ( int  position)

Definition at line 40 of file SectionAdapter.cs.

override View MonoDroid.Dialog.SectionAdapter.GetView ( int  position,
View  convertView,
ViewGroup  parent 
)

Definition at line 50 of file SectionAdapter.cs.

Property Documentation

Context MonoDroid.Dialog.SectionAdapter.Context
getset

Definition at line 22 of file SectionAdapter.cs.

override int MonoDroid.Dialog.SectionAdapter.Count
get

Definition at line 26 of file SectionAdapter.cs.

Section MonoDroid.Dialog.SectionAdapter.Section
getset

Definition at line 24 of file SectionAdapter.cs.

override Element MonoDroid.Dialog.SectionAdapter.this[int position]
get

Definition at line 30 of file SectionAdapter.cs.

override int MonoDroid.Dialog.SectionAdapter.ViewTypeCount
get

Definition at line 36 of file SectionAdapter.cs.


The documentation for this class was generated from the following file: