Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Container(parentContainer: Container, node?: Node, overrideContainerWidth?: number): Container

Properties

Private _children

_children: Array<Component> = []

Private _containerWidth

_containerWidth: number

Protected _textAttributes

_textAttributes: TextAttributes

Protected nodeChildDict

nodeChildDict: Object

Accessors

actualHeights

  • get actualHeights(): Array<number>

actualWidths

  • get actualWidths(): Array<number>

actualX

  • get actualX(): number

actualY

  • get actualY(): number

backgroundColor

  • get backgroundColor(): Color

binding

children

containerWidth

  • get containerWidth(): number

height

  • get height(): number

id

  • get id(): string

layout

padding

parentContainer

textAttributes

width

  • get width(): number

x

  • get x(): number

y

  • get y(): number

Methods

Protected assignChildren

Protected assignContainerWidth

  • assignContainerWidth(width: number): void

Protected assignParentWidth

  • assignParentWidth(parentWidth: number): void

Protected calcAndAssignContainerWidth

  • calcAndAssignContainerWidth(parentContainer: Container): void

initComponentWith

  • initComponentWith(overrideLayout?: Layout): void

initContainerWith

  • initContainerWith(overrideLayout?: Layout, overideChildren?: Array<Component>): void

Generated using TypeDoc