Uses of Class
de.msponer.android.yac.adapter.SectionedWorkListAdapter

Packages that use SectionedWorkListAdapter
de.msponer.android.yac.activities.workqueues This package contains YAC activities and classes that are related to the user's work queues. 
 

Uses of SectionedWorkListAdapter in de.msponer.android.yac.activities.workqueues
 

Methods in de.msponer.android.yac.activities.workqueues that return SectionedWorkListAdapter
 SectionedWorkListAdapter WorkListActivity.createWorkItemAdapter()
          Initializes the sectioned work list adapter.
 SectionedWorkListAdapter LocalizedWorkListActivity.createWorkItemAdapter()
          Initializes the sectioned work list adapter and return it.
 SectionedWorkListAdapter WorkListActivity.getWorkItemAdapter()
          Return the sectioned work item adapter.
 

Methods in de.msponer.android.yac.activities.workqueues with parameters of type SectionedWorkListAdapter
 void WorkListActivity.setWorkItemAdapter(SectionedWorkListAdapter workItemAdapter)
          Sets the sectioned work item adapter.