Class glow.ui.Behaviour
Extends
glow.events.Target.
Defined in: ui.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
glow.ui.Behaviour(name)
Abstract behaviour class.
|
| Method Attributes | Method Name and Description |
|---|---|
|
destroy()
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