org.positronicnet.ui

IndexedSeqGroupAdapter

class IndexedSeqGroupAdapter [GroupItem <: AnyRef, ChildItem <: AnyRef] extends BaseExpandableListAdapter

Simple adapter for expandable lists. Takes an underlying data set, which is an IndexedSeq[(GroupItem, IndexedSeq[ChildItem])], and does the obvious, using a passed-in UiBinder to bind the views.

Linear Supertypes
BaseExpandableListAdapter, ExpandableListAdapter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. IndexedSeqGroupAdapter
  2. BaseExpandableListAdapter
  3. ExpandableListAdapter
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexedSeqGroupAdapter (data: IndexedSeq[(GroupItem, IndexedSeq[ChildItem])], groupViewResourceId: Int, childViewResourceId: Int, binder: UiBinder)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def areAllItemsEnabled (): Boolean

    Definition Classes
    BaseExpandableListAdapter → ExpandableListAdapter
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def bindChildView (view: View, child: ChildItem, isLastItem: Boolean): Unit

  9. def bindGroupView (view: View, group: GroupItem): Unit

  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. var data : IndexedSeq[(GroupItem, IndexedSeq[ChildItem])]

    Attributes
    protected
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getChild (grpPos: Int, chldPos: Int): ChildItem

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  16. def getChildId (grpPos: Int, chldPos: Int): Long

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  17. def getChildView (grpPos: Int, chldPos: Int, isLastChild: Boolean, convertView: View, parent: ViewGroup): View

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  18. def getChildrenCount (grpPos: Int): Int

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  20. def getCombinedChildId (arg0: Long, arg1: Long): Long

    Definition Classes
    BaseExpandableListAdapter → ExpandableListAdapter
  21. def getCombinedGroupId (arg0: Long): Long

    Definition Classes
    BaseExpandableListAdapter → ExpandableListAdapter
  22. def getGroup (grpPos: Int): GroupItem

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  23. def getGroupCount (): Int

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  24. def getGroupId (grpPos: Int): Long

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  25. def getGroupView (grpPos: Int, isExpanded: Boolean, convertView: View, parent: ViewGroup): View

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  26. def getInflater (view: View): LayoutInflater

    Attributes
    protected
  27. def hasStableIds (): Boolean

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  28. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  29. var inflater : LayoutInflater

    Attributes
    protected
  30. def isChildSelectable (grpPos: Int, chldPos: Int): Boolean

    Definition Classes
    IndexedSeqGroupAdapter → ExpandableListAdapter
  31. def isEmpty (): Boolean

    Definition Classes
    BaseExpandableListAdapter → ExpandableListAdapter
  32. def isInstanceOf [T0] : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  34. def newChildView (grpPos: Int, chldPos: Int, parent: ViewGroup): View

  35. def newGroupView (grpPos: Int, parent: ViewGroup): View

  36. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  37. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  38. def notifyDataSetChanged (): Unit

    Definition Classes
    BaseExpandableListAdapter
  39. def notifyDataSetInvalidated (): Unit

    Definition Classes
    BaseExpandableListAdapter
  40. def onGroupCollapsed (arg0: Int): Unit

    Definition Classes
    BaseExpandableListAdapter → ExpandableListAdapter
  41. def onGroupExpanded (arg0: Int): Unit

    Definition Classes
    BaseExpandableListAdapter → ExpandableListAdapter
  42. def registerDataSetObserver (arg0: DataSetObserver): Unit

    Definition Classes
    BaseExpandableListAdapter → ExpandableListAdapter
  43. def reset (newData: IndexedSeq[(GroupItem, IndexedSeq[ChildItem])]): Unit

  44. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  45. def toString (): String

    Definition Classes
    AnyRef → Any
  46. def unregisterDataSetObserver (arg0: DataSetObserver): Unit

    Definition Classes
    BaseExpandableListAdapter → ExpandableListAdapter
  47. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseExpandableListAdapter

Inherited from ExpandableListAdapter

Inherited from AnyRef

Inherited from Any