Package logilab :: Package common :: Package ureports :: Module nodes
[frames] | no frames]

Module nodes

source code

Micro reports objects.

A micro report is a tree of layout and content objects.

:copyright:
  2004-2008 `LOGILAB S.A. <http://www.logilab.fr>`_ (Paris, FRANCE),
  all rights reserved.

:contact:
  http://www.logilab.org/project/logilab-common --
  mailto:python-projects@logilab.org

:license:
  `General Public License version 2
  <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_

Classes
  BaseComponent
base report component
  BaseLayout
base container node
  Image
an embedded or a single image
  Link
a labelled link
  List
some list data
  Paragraph
a simple text paragraph
  Section
a section
  Span
a title
  Table
some tabular data
  Text
a text portion
  Title
a title
  VerbatimText
a verbatim text, display the raw data
Variables
  __package__ = 'logilab.common.ureports'