Parameters

view

The panel sub-container.

subContainerViewModel

The panel sub-container view model.

SD

The type of the panel sub-container data. The data is derived from the panel container data.

Constructors

Link copied to clipboard
fun <VM : PanelSubContainerViewModel<SD>> SubContainerHolder(view: ViewGroup, subContainerViewModel: VM)

Properties

Link copied to clipboard

The panel sub-container data. The data is derived from the panel container data.

Link copied to clipboard
Link copied to clipboard
open override val view: ViewGroup

Extensions

Returns a PanelFragmentContainerHolder referencing the first matching FragmentContainerView in this panel sub-container. A FragmentContainerView is considered a match if its view ID matches the stubId.

Link copied to clipboard

Returns a PanelFragmentContainerHolder referencing the first matching FragmentContainerView in this panel sub-container. A FragmentContainerView is considered a match if its view ID matches the stubId. If stubId is null any FragmentContainerView matches.