add

abstract fun <T : Actor> add(actor: T): Cell<T>

Matches Table.add API.

Return

Cell instance wrapping around the actor.

Parameters

actor

will be added to this widget.

See also