Class blade.config.Themes

Object
   |
   +--blade.config.Themes

class blade.config.Themes

Handler for theme state changes. Themes register their state-change handlers with the themes object, which then calls the appropriate handler when it is notified of a state change.

Defined in common.js


Constructor Summary
blade.config.Themes ()
           
 
Method Summary
 function addHandler(component, theme, state, handler)
           Adds a handler
 function set(component, id, theme, state)
           Calls the relevant state-change handler

Constructor Detail

blade.config.Themes

function blade.config.Themes()
Method Detail

addHandler

function addHandler(component, theme, state, handler)

set

function set(component, id, theme, state)