|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.solovyev.android.list.ListAdapterUtils
public final class ListAdapterUtils
User: serso Date: 8/13/12 Time: 2:22 AM
| Method Summary | ||
|---|---|---|
static
|
newDefaultAdapter(android.content.Context context,
List<T> items)
|
|
static
|
newDefaultAdapterForEnum(android.content.Context context,
Class<E> enumClass)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Nonnull
public static <E extends Enum & Labeled> ListAdapter<LabeledEnum<E>> newDefaultAdapterForEnum(@Nonnull
android.content.Context context,
@Nonnull
Class<E> enumClass)
@Nonnull
public static <T> ListAdapter<T> newDefaultAdapter(@Nonnull
android.content.Context context,
@Nonnull
List<T> items)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||