getSubComponents

Deprecated

Get the subcomponents of a component

Return

The subcomponents of the given component

Deprecated

Use ComponentAssert#extractingSubComponents() instead.

Parameters

component

The component builder which to get the subcomponents of


Deprecated

Get the subcomponents of a component

Return

The subcomponents of the given component

Deprecated

Use ComponentAssert#extractingSubComponents() instead.

Parameters

context

A components context

component

The component which to get the subcomponents of


open fun getSubComponents(component: Component.Builder, widthSpec: Int, heightSpec: Int): List<SubComponent>

Deprecated

Get the subcomponents of a component

Return

The subcomponents of the given component

Deprecated

Use ComponentAssert#extractingSubComponents() instead.

Parameters

component

The component which to get the subcomponents of

widthSpec

The width to measure the component with

heightSpec

The height to measure the component with


open fun getSubComponents(context: ComponentContext, component: Component, widthSpec: Int, heightSpec: Int): List<SubComponent>

Deprecated

Get the subcomponents of a component

Return

The subcomponents of the given component

Deprecated

Use ComponentAssert#extractingSubComponents() instead.

Parameters

context

A components context

component

The component which to get the subcomponents of

widthSpec

The width to measure the component with

heightSpec

The height to measure the component with