AccessibilityNodeInfo.CollectionItemInfo Constructors

Definition

Overloads

AccessibilityNodeInfo.CollectionItemInfo(Int32, Int32, Int32, Int32, Boolean)

Creates a new instance.

AccessibilityNodeInfo.CollectionItemInfo(Int32, Int32, Int32, Int32, Boolean, Boolean)

Creates a new instance.

AccessibilityNodeInfo.CollectionItemInfo(Int32, Int32, Int32, Int32, Boolean)

Creates a new instance.

[Android.Runtime.Register(".ctor", "(IIIIZ)V", "", ApiSince=30)]
public CollectionItemInfo (int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading);
[<Android.Runtime.Register(".ctor", "(IIIIZ)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo : int * int * int * int * bool -> Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo

Parameters

rowIndex
Int32

The row index at which the item is located.

rowSpan
Int32

The number of rows the item spans.

columnIndex
Int32

The column index at which the item is located.

columnSpan
Int32

The number of columns the item spans.

heading
Boolean

Whether the item is a heading.

Attributes

Remarks

Creates a new instance.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.AccessibilityNodeInfo$CollectionItemInfo(int, int, int, int, boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

AccessibilityNodeInfo.CollectionItemInfo(Int32, Int32, Int32, Int32, Boolean, Boolean)

Creates a new instance.

[Android.Runtime.Register(".ctor", "(IIIIZZ)V", "", ApiSince=30)]
public CollectionItemInfo (int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading, bool selected);
[<Android.Runtime.Register(".ctor", "(IIIIZZ)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo : int * int * int * int * bool * bool -> Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo

Parameters

rowIndex
Int32

The row index at which the item is located.

rowSpan
Int32

The number of rows the item spans.

columnIndex
Int32

The column index at which the item is located.

columnSpan
Int32

The number of columns the item spans.

heading
Boolean

Whether the item is a heading.

selected
Boolean

Whether the item is selected.

Attributes

Remarks

Creates a new instance.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.AccessibilityNodeInfo$CollectionItemInfo(int, int, int, int, boolean, boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to