Package s3 :: Module s3summary :: Class S3Summary
[frames] | no frames]

Class S3Summary

source code

     object --+    
              |    
s3rest.S3Method --+
                  |
                 S3Summary

Resource Summary Pages

Instance Methods
 
apply_method(self, r, **attr)
Entry point for REST interface
source code
 
summary(self, r, **attr)
Render the summary page
source code
 
ajax(self, r, **attr)
Render a specific widget for pulling-in via AJAX
source code

Inherited from s3rest.S3Method: __call__, widget

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

Static Methods

Inherited from s3rest.S3Method: crud_string

Properties

Inherited from object: __class__

Method Details

apply_method(self, r, **attr)

source code 

Entry point for REST interface

Parameters:
  • r - the S3Request
  • attr - controller attributes
Returns:
output object to send to the view
Overrides: s3rest.S3Method.apply_method

summary(self, r, **attr)

source code 

Render the summary page

Parameters:
  • r - the S3Request
  • attr - controller attributes

ajax(self, r, **attr)

source code 

Render a specific widget for pulling-in via AJAX

Parameters:
  • r - the S3Request
  • attr - controller attributes