public class ExpandableEditorGroup extends EditorGroup implements View.OnClickListener
Modifier and Type | Class and Description |
---|---|
static interface |
ExpandableEditorGroup.IsExpandedChangedListener
Interface definition for a callback to be invoked when expandable group's
isExpanded state gets changed.
|
Constructor and Description |
---|
ExpandableEditorGroup(Context context,
String groupName) |
ExpandableEditorGroup(Context context,
String groupName,
boolean expandOnce) |
ExpandableEditorGroup(Context context,
String groupName,
int layoutId,
boolean expandOnce) |
Modifier and Type | Method and Description |
---|---|
void |
addIsExpandedChangedListener(ExpandableEditorGroup.IsExpandedChangedListener listener) |
View |
expandButton() |
boolean |
getIsExpanded() |
void |
onClick(View v) |
void |
removeIsExpandedChangedListener(ExpandableEditorGroup.IsExpandedChangedListener listener) |
void |
setIsExpanded(boolean value) |
arrangeEditors, editors, getDefaultLayoutManager, getEditorsContainer, getHeaderContainer, getHeaderView, getLayoutManager, name, rootLayout, setDefaultLayoutManager, setLayoutManager
public ExpandableEditorGroup(Context context, String groupName, boolean expandOnce)
public View expandButton()
public void addIsExpandedChangedListener(ExpandableEditorGroup.IsExpandedChangedListener listener)
public void removeIsExpandedChangedListener(ExpandableEditorGroup.IsExpandedChangedListener listener)
public void onClick(View v)
onClick
in interface View.OnClickListener
public boolean getIsExpanded()
public void setIsExpanded(boolean value)