public interface

ExpandableItemConstants

com.h6ah4i.android.widget.advrecyclerview.expandable.ExpandableItemConstants
Known Indirect Subclasses

Constants

public static final int STATE_FLAG_HAS_EXPANDED_STATE_CHANGED

State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. If this flag is set, the STATE_FLAG_IS_EXPANDED flag has changed.

Constant Value: 8 (0x00000008)

public static final int STATE_FLAG_IS_CHILD

State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. Indicates that this ViewHolder is associated to child item.

Constant Value: 2 (0x00000002)

public static final int STATE_FLAG_IS_EXPANDED

State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. Indicates that this is an expanded group item.

Constant Value: 4 (0x00000004)

public static final int STATE_FLAG_IS_GROUP

State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. Indicates that this ViewHolder is associated to group item.

Constant Value: 1 (0x00000001)

public static final int STATE_FLAG_IS_UPDATED

State flag for the setExpandStateFlags(int) and getExpandStateFlags() methods. If this flag is set, some other flags are changed and require to apply.

Constant Value: -2147483648 (0x80000000)