public class SingleCheckExpandableGroup extends CheckedExpandableGroup
CheckedExpandableGroup that allows for only *one* child to be checked at
one time| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
selectedChildren| Modifier | Constructor and Description |
|---|---|
protected |
SingleCheckExpandableGroup(android.os.Parcel in) |
|
SingleCheckExpandableGroup(java.lang.String title,
java.util.List items) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
onChildClicked(int childIndex,
boolean checked) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
checkChild, clearSelections, isChildChecked, unCheckChildpublic SingleCheckExpandableGroup(java.lang.String title,
java.util.List items)
protected SingleCheckExpandableGroup(android.os.Parcel in)
public void onChildClicked(int childIndex,
boolean checked)
onChildClicked in class CheckedExpandableGrouppublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in class CheckedExpandableGrouppublic int describeContents()
describeContents in class CheckedExpandableGroup