SinglePanelAttachment

class SinglePanelAttachment<P : GenericPanel<C>, C : PanelContext>(val panel: P?, val panelContextFactory: (PanelContext) -> 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 : PanelContext> SinglePanelAttachment(panel: P?, panelContextFactory: (PanelContext) -> C)

Properties

Link copied to clipboard
val panel: P?
Link copied to clipboard
val panelContextFactory: (PanelContext) -> C