Options
All
  • Public
  • Public/Protected
  • All
Menu

Panel provides a rectangular container for visually seperating content by context.

This class provides the containing, part that can be further subdivided into a header, body and/or footer section.

Hierarchy

Implements

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

  • children is an array of content passed to this Component.

    Parameters

    Returns Panel

Properties

attrs

children

children: Content[]

removeContent

removeContent: RemoveContent<this> = removeContent(this)(_get(this))

setContent

setContent: SetContent<this> = setContent(this)(_get(this))

view

view: View = new Main(this)

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Object literals

values

values: object

values

content

content: object

root values.

class

class: string = concat(PANEL, LAYOUT, this.attrs.ww ?this.attrs.ww.style : style.DEFAULT, this.attrs.ww ?this.attrs.ww.class : '')

class name for the root element.

id

id: string = "panel"

Generated using TypeDoc