TestCollectionItem

data class TestCollectionItem(testCollection: TestCollection, componentTreeHolder: ComponentTreeHolder, val index: Int)

A wrapper class that exposes methods specific to testing collection children.

Constructors

Link copied to clipboard
constructor(testCollection: TestCollection, componentTreeHolder: ComponentTreeHolder, index: Int)

Properties

Link copied to clipboard

The Component contained in this child.

Link copied to clipboard
val id: Any?

The id of the child in the collection.

Link copied to clipboard
val index: Int

The item's index in the collection.

Link copied to clipboard

True if the component spans the whole grid

Link copied to clipboard
Link copied to clipboard

True if the component can stick to the top of the collection.

Link copied to clipboard
Link copied to clipboard

Number of columns the component spans in a grid