Class: SC.BaseTheme.radioGroupRenderDelegate
Renders and updates the HTML representation of a group of radio buttons.
Expects Properties
items
-- a collection of data sources forradioRenderDelegates
layoutDirection
isEnabled
Extended API
As this encompasses an entire group, it must provide a way to determine
which radio button is the target of an event. The indexForEvent
method
does exactly this, and all radioGroupRenderDelegates
must support it.
Also, as it would be low-performance to update any but the changed radio button, there is a method to update a specific index.
Defined in: radio_group.js
Documentation generated by JsDoc Toolkit 2.4.0 on Tue Feb 03 2015 13:12:19 GMT+0100 (CET)