PanelSubContainerHolder

abstract class PanelSubContainerHolder(val root: ViewGroup)

A representation of a sub-container layout for panel or panels of PanelContainerControllers. PanelContainerControllers should subclass this to require views to render panel or panels.

Constructors

Link copied to clipboard
fun PanelSubContainerHolder(root: ViewGroup)

Properties

Link copied to clipboard
val root: ViewGroup

Functions

Link copied to clipboard
abstract fun toState(): PanelSubContainerState

Creates PanelSubContainerState from this holder.

Inheritors

Link copied to clipboard