org.scaloid.common

TraitSimpleCursorAdapter

trait TraitSimpleCursorAdapter[V <: SimpleCursorAdapter] extends TraitResourceCursorAdapter[V]

Automatically generated helper trait of android.widget.SimpleCursorAdapter. This contains several property accessors.

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

Abstract Value Members

  1. abstract def basis: V

    Definition Classes
    TraitBaseAdapter

Concrete 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. def clone(): AnyRef

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

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

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

    Annotations
    @inline()
  11. def cursorToStringConverter: CursorToStringConverter

    Annotations
    @inline()
  12. def cursorToStringConverter_=(p: CursorToStringConverter): V

    Annotations
    @inline()
  13. def dropDownViewResource(p: Int): V

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. def filter: Filter

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

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

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

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

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

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

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

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

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

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

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

    Annotations
    @inline()
  30. def stringConversionColumn: Int

    Annotations
    @inline()
  31. def stringConversionColumn_=(p: Int): V

    Annotations
    @inline()
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

    Annotations
    @inline()
  35. def viewBinder: ViewBinder

    Annotations
    @inline()
  36. def viewBinder_=(p: ViewBinder): V

    Annotations
    @inline()
  37. def viewResource(p: Int): V

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TraitResourceCursorAdapter[V]

Inherited from TraitCursorAdapter[V]

Inherited from TraitBaseAdapter[V]

Inherited from AnyRef

Inherited from Any

Ungrouped