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

Class ClientWidget

source code

object --+
         |
        ClientWidget

Annotation defining the default client side counterpart in GWT terminal for Component.

With this annotation server side Muntjac component is marked to have a client side counterpart. The value of the annotation is the class of client side implementation.

Note, even though client side implementation is needed during development, one may safely remove them from the classpath of the production server.

Instance Methods [hide private]
 
__init__(self, widget, loadStyle=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

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

Instance Variables [hide private]
  widget
the client side counterpart for the annotated component
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, widget, loadStyle=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)