Class

org.scaloid.common

RichSimpleAdapter

Related Doc: package common

Permalink

class RichSimpleAdapter[This <: SimpleAdapter] extends TraitSimpleAdapter[This]

Automatically generated enriching class of android.widget.SimpleAdapter.

Linear Supertypes
TraitSimpleAdapter[This], TraitBaseAdapter[This], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichSimpleAdapter
  2. TraitSimpleAdapter
  3. TraitBaseAdapter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichSimpleAdapter(basis: This)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val basis: This

    Permalink
    Definition Classes
    RichSimpleAdapterTraitBaseAdapter
  6. def clone(): AnyRef

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

    Permalink

    Shortcut for getCount()

    Shortcut for getCount()

    Definition Classes
    TraitBaseAdapter
    Annotations
    @inline()
  8. def dropDownViewResource(p: Int): This

    Permalink

    Shortcut for setDropDownViewResource(int)

    Definition Classes
    TraitSimpleAdapter
    Annotations
    @inline()
  9. def dropDownViewResource(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Definition Classes
    TraitSimpleAdapter
    Annotations
    @inline()
  10. def dropDownViewResource_=(p: Int): This

    Permalink

    Shortcut for setDropDownViewResource(int)

    Definition Classes
    TraitSimpleAdapter
    Annotations
    @inline()
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def filter: Filter

    Permalink

    Shortcut for getFilter()

    Shortcut for getFilter()

    Definition Classes
    TraitSimpleAdapter
    Annotations
    @inline()
  14. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. def viewBinder(p: ViewBinder): This

    Permalink

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

    Definition Classes
    TraitSimpleAdapter
    Annotations
    @inline()
  24. def viewBinder: ViewBinder

    Permalink

    Shortcut for getViewBinder()

    Shortcut for getViewBinder()

    Definition Classes
    TraitSimpleAdapter
    Annotations
    @inline()
  25. def viewBinder_=(p: ViewBinder): This

    Permalink

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

    Definition Classes
    TraitSimpleAdapter
    Annotations
    @inline()
  26. def viewTypeCount: Int

    Permalink

    Shortcut for getViewTypeCount()

    Shortcut for getViewTypeCount()

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TraitSimpleAdapter[This]

Inherited from TraitBaseAdapter[This]

Inherited from AnyRef

Inherited from Any

Ungrouped