biggr_models.handlers.compartment_handlers#
Classes#
Request handler that implements data tables (API) logic. |
|
Request handler that implements data tables (API) logic. |
|
Base RequestHandler that handles standard requests. |
Module Contents#
- class biggr_models.handlers.compartment_handlers.CompartmentListViewHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#
Bases:
biggr_models.handlers.utils.DataHandlerRequest handler that implements data tables (API) logic.
- title = 'Compartments'#
- column_specs#
- breadcrumbs()#
- class biggr_models.handlers.compartment_handlers.ModelsWithCompartmentListViewHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#
Bases:
biggr_models.handlers.utils.DataHandlerRequest handler that implements data tables (API) logic.
- title = 'Models with Compartment'#
- column_specs#
- page_data#
- pre_filter(query)#
- breadcrumbs()#
- class biggr_models.handlers.compartment_handlers.CompartmentHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#
Bases:
biggr_models.handlers.utils.BaseHandlerBase RequestHandler that handles standard requests.
- template#
- get(compartment_bigg_id)#