Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SelectorGroup

Class used to create a RadioGroup which contains groups of radio buttons

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Creates a new SelectorGroup

    Parameters

    • name: string

      of group, used as a group heading

    Returns SelectorGroup

Properties

nameSearch playground for name

name: string

name of SelectorGroup

Accessors

groupPanel

  • Gets the groupPanel of the SelectorGroup

    Returns StackPanel

header

  • get header(): string
  • set header(label: string): any
  • Gets and sets the group header

    Returns string

  • Gets and sets the group header

    Parameters

    • label: string

    Returns any

selectors

  • Gets the selectors array

    Returns StackPanel[]

Methods

removeSelectorSearch playground for removeSelector

  • removeSelector(selectorNb: number): void
  • Removes the selector at the given position

    Parameters

    • selectorNb: number

      the position of the selector within the group

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method