component

fun component(index: Int, componentIndex: Int): Component

Retrieves the cached Component of the given Component index.

Return

the Component belonging to the Component requested

Parameters

index

the index of the desired Component

componentIndex

the index of the desired Component of the given Component

fun component(index: Int, componentIndex: Int, subComponentIndex: Int): Component