Class Index | File Index

Classes


Class glow.ui.Behaviour


Extends glow.events.Target.

Defined in: ui.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Abstract behaviour class.
Method Summary
Method Attributes Method Name and Description
 
Removes the behaviour & event listeners
 
enabled(state)
Get/set the enabled state
Methods borrowed from class glow.events.Target:
detach, fire, on
Class Detail
glow.ui.Behaviour(name)
Abstract behaviour class.
Parameters:
{string} name
The name of this widget. This is added to class names in the generated DOM nodes that wrap the widget interface.
Method Detail
destroy()
Removes the behaviour & event listeners

enabled(state)
Get/set the enabled state
Parameters:
{boolean} state Optional, Default: true

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jun 14 2010 14:24:10 GMT+0100 (BST)