Object “contentView”
Object
> NativeObject
> Widget
> Composite
> ContentView
A composite that does not require (or support) a parent to be visible. It also can not be disposed. Every instance of ContentView
is controlled by an associated non-widget object, either an instance of Popover
or the global tabris
object.
TypeScript type | ContentView<ChildType extends Widget = Widget> extends Composite<ChildType> |
Constructor | protected |
Singleton | contentView |
Namespace | tabris |
Direct subclasses | Drawer |
JSX support | No |