Index

Classes

Class

Methods

Class Banana.Controls.Decorators.InfoDecorator


Extends Banana.Controls.Decorators.Decorator.

Methods borrowed from class Banana.Controls.Decorators.Decorator:
getDecoratedControl
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, updateDisplay

Defined in: InfoDecorator.js.

Class Detail
Banana.Controls.Decorators.InfoDecorator(customControl)

Creates a info decorator which decorates a custom control with a info image with a text tag

Parameters:
{Banana.UiControl} customControl
Method Detail
onSetVisible(event, data)

Invoked when setVisible is called

Parameters:
{Event} event
{Mixed} data
setText(t)
Parameters:
{String} t
text to show as info

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