Index

Classes

Class

Methods

Class Banana.Controls.CheckboxList


Extends Banana.Controls.CustomListControl.

Methods borrowed from class Banana.Controls.CustomListControl:
setData, setDataSource, setDomData
Methods borrowed from class Banana.Controls.ListControl:
dataSetSourceBind, getDataSource, setDataKeyField, setDataValueField
Methods borrowed from class Banana.Controls.DataControl:
dataSetBind, unDataSetBind, updateDisplay
Methods borrowed from class Banana.Controls.Panel:
getTagName
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: CheckBoxList.js.

Class Detail
Banana.Controls.CheckboxList()

Creates a Checkbox list control use set datasource to populate the list and data to determine which checkbox is selected

Method Detail
createControls()

Invoked when data is datasource is changed

{Array} getData()
Returns:
{Array} of selected keys

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