Package muntjac :: Package ui :: Module client_widget :: Class LoadStyle
[hide private]
[frames] | no frames]

Class LoadStyle

source code

object --+
         |
        LoadStyle

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  EAGER = 'EAGER'
The widget is included in the initial JS sent to the client.
  DEFERRED = 'DEFERRED'
Not included in the initial set of widgets, but added to queue from
  LAZY = 'LAZY'
Loaded to the client only if needed.
Properties [hide private]

Inherited from object: __class__