Class Index | File Index

Classes


Class M.LoaderView


Extends M.View.
M.LoaderView is the prototype for a loader a.k.a. activity indicator. This very simple view can be used to show the user that something is happening, e.g. while the application is waiting for a request to return some data.
Defined in: loader.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The type of this object.
Fields borrowed from class M.View:
childViews, contentBinding, cssClass, cssClassOnError, cssClassOnInit, cssStyle, hasFocus, html, id, isInline, isView, modelId, parentView, triggerActionOnChange, triggerActionOnEnter, triggerActionOnKeyUp, value
Method Summary
Method Attributes Method Name and Description
 
hide()
This method hides the loader.
 
show()
This method shows the loader.
Methods borrowed from class M.View:
addCssClass, attachToObservable, clearHtml, computeValue, contentDidChange, delegateValueUpdate, design, gotFocus, lostFocus, nl2br, removeCssClass, removeCssProperty, renderUpdate, secure, setCssProperty, setValueFromDOM, style, theme, themeChildViews
Methods borrowed from class M.Object:
bindToCaller, create, destroy, extend, get, include, set
Class Detail
M.LoaderView()
Field Detail
{String} type
The type of this object.
Method Detail
hide()
This method hides the loader.

show()
This method shows the loader.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Dec 08 2010 15:07:31 GMT+0100 (MEZ)