-
- All Implemented Interfaces:
-
android.widget.ExpandableListAdapter,android.widget.HeterogeneousExpandableList
public final class SettingsExpandableListAdapter extends BaseExpandableListAdapter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumSettingsExpandableListAdapter.MeetingLayout
-
Constructor Summary
Constructors Constructor Description SettingsExpandableListAdapter(Context context, Boolean prebuiltDebugMode)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getList()final ContextgetContext()final UnitsetContext(Context context)IntegergetGroupCount()IntegergetChildrenCount(Integer groupPosition)LonggetGroupId(Integer groupPosition)LonggetChildId(Integer groupPosition, Integer childPosition)BooleanhasStableIds()StringgetGroup(Integer groupPosition)StringgetChild(Integer groupPosition, Integer childPosition)ViewgetGroupView(Integer groupPosition, Boolean isExpanded, View convertViewParent, ViewGroup parent)ViewgetChildView(Integer groupPosition, Integer childPosition, Boolean isLastChild, View convertViewParent, ViewGroup parent)BooleanareAllItemsEnabled()BooleanisChildSelectable(Integer groupPosition, Integer childPosition)-
Methods inherited from class live.hms.roomkit.ui.meeting.SettingsExpandableListAdapter
getChildType, getChildTypeCount, getCombinedChildId, getCombinedGroupId, getGroupType, getGroupTypeCount, isEmpty, notifyDataSetChanged, notifyDataSetInvalidated, onGroupCollapsed, onGroupExpanded, registerDataSetObserver, unregisterDataSetObserver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getList
final <ERROR CLASS> getList()
-
getContext
final Context getContext()
-
setContext
final Unit setContext(Context context)
-
getGroupCount
Integer getGroupCount()
-
getChildrenCount
Integer getChildrenCount(Integer groupPosition)
-
getGroupId
Long getGroupId(Integer groupPosition)
-
getChildId
Long getChildId(Integer groupPosition, Integer childPosition)
-
hasStableIds
Boolean hasStableIds()
-
getGroupView
View getGroupView(Integer groupPosition, Boolean isExpanded, View convertViewParent, ViewGroup parent)
-
getChildView
View getChildView(Integer groupPosition, Integer childPosition, Boolean isLastChild, View convertViewParent, ViewGroup parent)
-
areAllItemsEnabled
Boolean areAllItemsEnabled()
-
isChildSelectable
Boolean isChildSelectable(Integer groupPosition, Integer childPosition)
-
-
-
-