Package com.cheetahdigital.members.ui.list
-
Interface Summary Interface Description MemberListView ExtendsEndlessListViewThe view class for the members list Implement this on your fragment or activityOnItemClickListener Interface that will implement the actions when clicking an item on the members list. -
Class Summary Class Description IndexViewHolder ViewHolder for the side alphanumeric index for this listMemberAdapter The adapter forMembersListFragmentMemberAdapter.TYPE_MEMBERS_ALL- indicates that the data contains all the membersMemberAdapter.TYPE_MEMBERS_CONNECTIONS- indicates that the data contains all the connected membersMemberAdapter.TYPE_MEMBERS_RECEIVED- indicates that the data contains all connection requestMembersListFragment<A extends MemberAdapter,V extends MemberListView,P extends MembersListPresenter<V>> The fragment class for showing the list ofMemberCan receive the following intent extras:IntentKey.PRIMARY_PARAMS- key used to getMembersParamsfor all tab;ConnectionsParamsfor connection and request tabIntentKey.SECONDARY_PARAMS- key used to getProfileParamsMembersListFragment.SHOW_SELF_IN_LIST- the flag to enable showing current user in member list.MembersListPresenter<T extends MemberListView> TheEndlessListPresenterclass forMembersListFragmentMembersPagerAdapter Member Pager AdapterMembersViewHolder The ViewHolder for Members list that contains the views for the list and sets the action for the onClick as well