Android APIs
public static class

AccessibilityNodeInfoCompat.CollectionInfoCompat

extends Object
java.lang.Object
   ↳ android.support.v4.view.accessibility.AccessibilityNodeInfoCompat.CollectionInfoCompat

Summary

Constants
int SELECTION_MODE_MULTIPLE Selection mode where multiple items may be selected.
int SELECTION_MODE_NONE Selection mode where items are not selectable.
int SELECTION_MODE_SINGLE Selection mode where a single item may be selected.
Public Methods
int getColumnCount()
int getRowCount()
boolean isHierarchical()
static AccessibilityNodeInfoCompat.CollectionInfoCompat obtain(int rowCount, int columnCount, boolean hierarchical, int selectionMode)
Returns a cached instance if such is available otherwise a new one.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int SELECTION_MODE_MULTIPLE

Selection mode where multiple items may be selected.

Constant Value: 2 (0x00000002)

public static final int SELECTION_MODE_NONE

Selection mode where items are not selectable.

Constant Value: 0 (0x00000000)

public static final int SELECTION_MODE_SINGLE

Selection mode where a single item may be selected.

Constant Value: 1 (0x00000001)

Public Methods

public int getColumnCount ()

public int getRowCount ()

public boolean isHierarchical ()

public static AccessibilityNodeInfoCompat.CollectionInfoCompat obtain (int rowCount, int columnCount, boolean hierarchical, int selectionMode)

Returns a cached instance if such is available otherwise a new one.

Returns
  • An instance.