SinglePanelAttachment

@IviExperimental(reasons = [])
class SinglePanelAttachment<P : GenericPanel<C>, C : CommonPanelContext>(val panel: P?, val panelContextFactory: (CommonPanelContext) -> C)

Attaches a single panel with a panel context of type C as 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> SinglePanelAttachment(panel: P?, panelContextFactory: (CommonPanelContext) -> C)

Properties

Link copied to clipboard
val panel: P?
Link copied to clipboard