Index

Classes

Class

Methods

Class Banana.Controls.ProgressBar


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, getDomEventTypes, getFirstUiControl, getId, getPage, getParent, getProxy, hasBind, invalidateDisplay, onPreInvalidateContents, onWindowResize, remove, render, setId, setPage, setParent, unbind, unload

Defined in: ProgressBar.js.

Class Detail
Banana.Controls.ProgressBar()

Creates a progressbar. Can show linear color gradient.

Method Detail
{this} setBeginColor(value)

sets begin color

Parameters:
{String} value
hex format
Returns:
{this}
{this} setData(data, ignoreEvent, ignoreDom)
Parameters:
{int} data
range 0 to 100. 100 is full progressbar.
{boolean} ignoreEvent
{boolean} ignoreDom
Returns:
{this}
{this} setEndColor(value)

sets end color

Parameters:
{String} value
hex format
Returns:
{this}
updateDisplay()

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