public interface SpinnerCursorAdapterAnnotationHandler extends CursorAdapterAnnotationHandler
CursorAdapterAnnotationHandler
extended interface for annotation handlers from the
Database library that are used to handle processing of annotations attached to classes like
BaseSpinnerCursorAdapter
provided by this library.NO_VIEW_RES
Modifier and Type | Method and Description |
---|---|
int |
getDropDownViewRes(int defaultViewRes)
Returns the drop down view layout resource obtained from
@CursorDropDownView
annotation (if presented). |
getItemViewRes
getAnnotatedClass
@LayoutRes int getDropDownViewRes(int defaultViewRes)
@CursorDropDownView
annotation (if presented).defaultViewRes
- Default layout resource to be returned if there is no annotation presented.