APIs

Show:

Methods

buildRadios

(
  • model
  • data
)
Undefined

This method recursively builds the radio model based on the radio structure data passed to it.

Parameters:

  • model RadioLeafModel

    Model

  • data Object

    Data

Returns:

Undefined:

checkAllRadios

(
  • checked
)
Undefined

Parameters:

  • checked Boolean

    Flag

Returns:

Undefined:

getRadioStates

() Array

Returns the states of all radio buttons

Returns:

Array:

States

getUnselected

() Array

Returns an array of unselected radio keys

Returns:

Array:

Array of selected items

initRadios

() Undefined

Initializes the raio data that is required by the Radio UI widget to render.

Returns:

Undefined:

onRadioChanged

(
  • key
)
Undefined

Called when a radio button changes its state

Parameters:

  • key String

    KEY

Returns:

Undefined: