Index

Classes

Class

Methods

Class Banana.Controls.Slider


Extends Banana.Controls.DataControl.

Methods borrowed from class Banana.Controls.DataControl:
dataSetBind, getData, unDataSetBind
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, getFirstUiControl, getId, getPage, getParent, getProxy, hasBind, invalidateDisplay, onPreInvalidateContents, onWindowResize, remove, render, setId, setPage, setParent, unbind, unload

Defined in: Slider.js.

Class Detail
Banana.Controls.Slider()

Creates a slider by using jquery ui slider. Note that this control is not ready for multiple handles. The jquery ui plugin actually is.

Method Detail
getDomEventTypes()
{this} setData(data, ignoreEvent, ignoreDom)
Parameters:
{int} data
range 0 to 100. 100 is full progressbar.
{boolean} ignoreEvent
{boolean} ignoreDom
Returns:
{this}
{this} setMax(size)
Parameters:
{int} size
Returns:
{this}
{this} setMin(size)
Parameters:
{int} size
Returns:
{this}
{this} setOrientation(o)
Parameters:
{string} o
horizontal or vert
Returns:
{this}
setStepSize(size)
Parameters:
{int} size
Returns:
{this
updateDisplay()
updateElement()

creates the element


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