Package

macroid

viewable

Permalink

package viewable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. viewable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class BuildConfig extends AnyRef

    Permalink
  2. implicit class ListAdapterOps[A] extends AnyRef

    Permalink
  3. trait Listable[A, W <: View] extends AnyRef

    Permalink

    Expresses the fact that data type A can be displayed with a widget or layout of type W in two steps: 1) creating the layout 2) filling the layout Therefore suitable for use in ListAdapters

    Expresses the fact that data type A can be displayed with a widget or layout of type W in two steps: 1) creating the layout 2) filling the layout Therefore suitable for use in ListAdapters

    Annotations
    @implicitNotFound( ... )
  4. class ListableBuilder[A] extends AnyRef

    Permalink

    A builder to define listables for a particular data type

  5. class ListableListAdapter[A, W <: View] extends ArrayAdapter[A]

    Permalink

    A ListAdapter based on the Listable typeclass

  6. final class Manifest extends AnyRef

    Permalink
  7. implicit class PagerAdapterOps[A] extends AnyRef

    Permalink
  8. trait PartialListable[A, +W <: View] extends AnyRef

    Permalink

    Expresses the fact that *some* of the values of type A can be displayed with a widget or layout of type W in two steps: 1) creating the layout 2) filling the layout

  9. trait PartialViewable[A, +W <: View] extends AnyRef

    Permalink

    Expresses the fact that *some* of the values of type A can be displayed with a widget or layout of type W

  10. final class R extends AnyRef

    Permalink
  11. trait SlottedListable[A] extends Listable[A, View]

    Permalink

    A Listable that works by saving widget slots inside the layout's tag and filling them later

  12. trait Viewable[A, +W <: View] extends AnyRef

    Permalink

    Expresses the fact that data type A can be displayed with a widget or layout of type W

    Expresses the fact that data type A can be displayed with a widget or layout of type W

    Annotations
    @implicitNotFound( ... )
  13. class ViewableBuilder[A] extends AnyRef

    Permalink

    A builder to define viewables for a particular data type

  14. implicit class ViewableOps[A] extends AnyRef

    Permalink
  15. class ViewablePagerAdapter[A, +W <: View] extends PagerAdapter

    Permalink

    A PagerAdapter based on the Viewable typeclass

Value Members

  1. object Listable

    Permalink
  2. object Viewable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped