C# Класс Smeedee.Android.Widgets.TextColoringAdapterWithLoadMoreButton

Наследование: SimpleAdapter
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Images List

Открытые методы

Метод Описание
GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
IsEnabled ( int position ) : bool
TextColoringAdapterWithLoadMoreButton ( Android.Content.Context context, object>.IList items, int resource, string from, int to, Color highlightColor ) : System

Приватные методы

Метод Описание
FindTextViewAndSetColor ( Android.Views.View view ) : Android.Views.View
GetLoadMoreButton ( ) : Android.Views.View
LoadImage ( int position, Android.Views.View view ) : void

Описание методов

GetView() публичный Метод

public GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
position int
convertView Android.Views.View
parent Android.Views.ViewGroup
Результат Android.Views.View

IsEnabled() публичный Метод

public IsEnabled ( int position ) : bool
position int
Результат bool

TextColoringAdapterWithLoadMoreButton() публичный Метод

public TextColoringAdapterWithLoadMoreButton ( Android.Content.Context context, object>.IList items, int resource, string from, int to, Color highlightColor ) : System
context Android.Content.Context
items object>.IList
resource int
from string
to int
highlightColor Color
Результат System

Описание свойств

Images публичное свойство

public List Images
Результат List