Options
All
  • Public
  • Public/Protected
  • All
Menu

ButtonGroup groups multiple buttons into one element.

Hierarchy

Implements

  • Widget

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

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

    Parameters

    Returns ButtonGroup

Properties

attrs

children

children: Content[]

view

view: View = new views.Main(this)

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Object literals

values

values: object

root

root: object

class

class: string = concat(BUTTON_GROUP, TOOLBAR_COMPAT, (this.attrs.ww) ?this.attrs.ww.class : '')

Generated using TypeDoc