Package | Description |
---|---|
oak.demo.viewmodel | |
oak.viewmodel |
Modifier and Type | Class and Description |
---|---|
class |
StringViewModel
Created by ericrichardson on 3/7/14.
|
Modifier and Type | Method and Description |
---|---|
static <T> ViewModel<T> |
ViewModelUtil.getViewModel(android.view.LayoutInflater inflater,
int layoutId,
android.view.ViewGroup parent) |
static <T> ViewModel<T> |
ViewModelUtil.getViewModel(android.view.LayoutInflater inflater,
int layoutId,
android.view.View convertView,
android.view.ViewGroup parent)
A utility function for getting a ViewModel out of a view in an adapter.
|
Copyright © 2011–2014. All rights reserved.