PanelStackAttachment

@IviExperimental(reasons = [])
class PanelStackAttachment<P : GenericPanel<C>, C : CommonPanelContext>(val panelStack: PanelList<P>, val panelContextFactory: (P, CommonPanelContext) -> C)

Attaches a panelStack. For each panel a panel context of type C is created by panelContextFactory.

Parameters

P

The Panel type this adapter handles.

C

The PanelContext of P.

Constructors

Link copied to clipboard
fun <P : GenericPanel<C>, C : CommonPanelContext> PanelStackAttachment(panelStack: PanelList<P>, panelContextFactory: (P, CommonPanelContext) -> C)

Properties

Link copied to clipboard
Link copied to clipboard