Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadioGroup

ラジオボタンのname属性値で紐付いたブループを管理するクラス

since

0.0.1

Hierarchy

  • RadioGroup

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

name

name: string

紐づくname属性値

since

0.0.1

radioButtons

radioButtons: Radio[]

ラジオボタンのリスト

since

0.0.1

Static groups

groups: object

ラジオボタンのグループを保管するオブジェクト

since

0.7.0

Type declaration

Methods

add

  • add(radio: Radio): void

update

  • update(ignoreRadio: Radio): void
  • 管理するラジオボタンの状態を更新する

    version

    0.0.1

    since

    0.0.1

    Parameters

    • ignoreRadio: Radio

      対象外のラジオボタン

    Returns void

Generated using TypeDoc