com.h6ah4i.android.widget.advrecyclerview.expandable.ExpandableItemConstants |
Known Indirect Subclasses |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | STATE_FLAG_HAS_EXPANDED_STATE_CHANGED | State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. |
|||||||||
int | STATE_FLAG_IS_CHILD | State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. |
|||||||||
int | STATE_FLAG_IS_EXPANDED | State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. |
|||||||||
int | STATE_FLAG_IS_GROUP | State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. |
|||||||||
int | STATE_FLAG_IS_UPDATED | State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. |
State flag for the setExpandStateFlags(int)
and getExpandStateFlags()
methods.
If this flag is set, the STATE_FLAG_IS_EXPANDED
flag has changed.
State flag for the setExpandStateFlags(int)
and getExpandStateFlags()
methods.
Indicates that this ViewHolder is associated to child item.
State flag for the setExpandStateFlags(int)
and getExpandStateFlags()
methods.
Indicates that this is an expanded group item.
State flag for the setExpandStateFlags(int)
and getExpandStateFlags()
methods.
Indicates that this ViewHolder is associated to group item.
State flag for the setExpandStateFlags(int)
and getExpandStateFlags()
methods.
If this flag is set, some other flags are changed and require to apply.