Package gavo :: Package web :: Module serviceresults :: Class OutputFormat
[frames] | no frames]

Class OutputFormat

source code

object --+
         |
        OutputFormat

A widget that offers various output options in close cooperation with gavo.js and QueryMeta.

The javascript provides options for customizing output that non-javascript users will not see. Also, formal doesn't see any of these. See gavo.js for details.

This widget probably only makes sense in the Form renderer and thus should probably go there.

Instance Methods
 
__init__(self, typeOb, service, queryMeta)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
render(self, ctx, key, args, errors) source code
 
renderImmutable(self, ctx, key, args, errors) source code
 
processInput(self, ctx, key, args) source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, typeOb, service, queryMeta)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)