org.scaloid.common

RichSimpleCursorAdapter

class RichSimpleCursorAdapter[V <: SimpleCursorAdapter] extends TraitSimpleCursorAdapter[V]

Automatically generated enriching class of android.widget.SimpleCursorAdapter.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichSimpleCursorAdapter
  2. TraitSimpleCursorAdapter
  3. TraitResourceCursorAdapter
  4. TraitCursorAdapter
  5. TraitBaseAdapter
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichSimpleCursorAdapter(basis: V)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val basis: V

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def count: Int

    Shortcut for getCount()

    Shortcut for getCount()

    Definition Classes
    TraitBaseAdapter
    Annotations
    @inline()
  10. def cursor: Cursor

    Shortcut for getCursor()

    Shortcut for getCursor()

    Definition Classes
    TraitCursorAdapter
    Annotations
    @inline()
  11. def cursorToStringConverter(p: CursorToStringConverter): V

    Shortcut for setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)

  12. def cursorToStringConverter: CursorToStringConverter

    Shortcut for getCursorToStringConverter()

    Definition Classes
    TraitSimpleCursorAdapter
    Annotations
    @inline()
  13. def cursorToStringConverter_=(p: CursorToStringConverter): V

    Shortcut for setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)

  14. def dropDownViewResource(p: Int): V

    Shortcut for setDropDownViewResource(int)

    Definition Classes
    TraitResourceCursorAdapter
    Annotations
    @inline()
  15. def dropDownViewResource(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitResourceCursorAdapter
    Annotations
    @inline()
  16. def dropDownViewResource_=(p: Int): V

    Shortcut for setDropDownViewResource(int)

    Definition Classes
    TraitResourceCursorAdapter
    Annotations
    @inline()
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def filter: Filter

    Shortcut for getFilter()

    Shortcut for getFilter()

    Definition Classes
    TraitCursorAdapter
    Annotations
    @inline()
  20. def filterQueryProvider(p: FilterQueryProvider): V

    Shortcut for setFilterQueryProvider(android.widget.FilterQueryProvider)

    Definition Classes
    TraitCursorAdapter
    Annotations
    @inline()
  21. def filterQueryProvider: FilterQueryProvider

    Shortcut for getFilterQueryProvider()

    Definition Classes
    TraitCursorAdapter
    Annotations
    @inline()
  22. def filterQueryProvider_=(p: FilterQueryProvider): V

    Shortcut for setFilterQueryProvider(android.widget.FilterQueryProvider)

    Definition Classes
    TraitCursorAdapter
    Annotations
    @inline()
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def stringConversionColumn(p: Int): V

    Shortcut for setStringConversionColumn(int)

    Definition Classes
    TraitSimpleCursorAdapter
    Annotations
    @inline()
  31. def stringConversionColumn: Int

    Shortcut for getStringConversionColumn()

    Definition Classes
    TraitSimpleCursorAdapter
    Annotations
    @inline()
  32. def stringConversionColumn_=(p: Int): V

    Shortcut for setStringConversionColumn(int)

    Definition Classes
    TraitSimpleCursorAdapter
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def viewBinder(p: ViewBinder): V

    Shortcut for setViewBinder(android.widget.SimpleCursorAdapter.ViewBinder)

  36. def viewBinder: ViewBinder

    Shortcut for getViewBinder()

    Shortcut for getViewBinder()

    Definition Classes
    TraitSimpleCursorAdapter
    Annotations
    @inline()
  37. def viewBinder_=(p: ViewBinder): V

    Shortcut for setViewBinder(android.widget.SimpleCursorAdapter.ViewBinder)

  38. def viewResource(p: Int): V

    Shortcut for setViewResource(int)

    Shortcut for setViewResource(int)

    Definition Classes
    TraitResourceCursorAdapter
    Annotations
    @inline()
  39. def viewResource(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitResourceCursorAdapter
    Annotations
    @inline()
  40. def viewResource_=(p: Int): V

    Shortcut for setViewResource(int)

    Shortcut for setViewResource(int)

    Definition Classes
    TraitResourceCursorAdapter
    Annotations
    @inline()
  41. def viewTypeCount: Int

    Shortcut for getViewTypeCount()

    Shortcut for getViewTypeCount()

    Definition Classes
    TraitBaseAdapter
    Annotations
    @inline()
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TraitSimpleCursorAdapter[V]

Inherited from TraitResourceCursorAdapter[V]

Inherited from TraitCursorAdapter[V]

Inherited from TraitBaseAdapter[V]

Inherited from AnyRef

Inherited from Any

Ungrouped