Index

Classes

Class

Methods

Class Banana.Controls.RadioButton


Extends Banana.Controls.InputControl.

Methods borrowed from class Banana.Controls.InputControl:
focus, getName, getTagName, getValue, onChange, setValue
Methods borrowed from class Banana.Controls.DataControl:
dataSetBind, getData, setData, unDataSetBind, updateDisplay
Methods borrowed from class Banana.UiControl:
addControl, addCss, addCssClass, getAttribute, getAttributes, getClientId, getCss, getCssClass, getDimensions, getHtml, getHtmlAttributes, getState, getStyle, getStyleProperty, hasCssClass, registerEvents, removeAttribute, removeCssClass, removeState, setAttribute, setClientId, setCss, setEnabled, setState, setStyle, setVisible, switchCssClass, triggerEvent, unregisterEvents
Methods borrowed from class Banana.Control:
applyToChildren, bind, clear, createComponents, findControl, generateUniqueId, getControls, getDomEventTypes, getFirstUiControl, getId, getPage, getParent, getProxy, hasBind, invalidateDisplay, onPreInvalidateContents, onWindowResize, remove, render, setId, setPage, setParent, unbind, unload

Defined in: RadioButton.js.

Class Detail
Banana.Controls.RadioButton()

Creates a radiobutton.

Method Detail
{String} getDomData()
Returns:
{String}
setDomData(data)
Parameters:
{String} data
{this} setName(name)

sets name on a radiobutton, multi radio buttons with same names behave like grouped radiobuttons

Parameters:
{String} name
of the group
Returns:
{this}

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Dec 05 2012 22:01:56 GMT+0100 (CET)