==========
Item class
==========

.. py:class:: Item

**domain**: server

**language**: python

Item class is used to create item objects of the 
:doc:`task tree </programming/task_tree>` that may have an associated database 
table. 

Below the attributes, methods and events of the class are listed.

It, as well, inherits attributes and methods of its ancestor class
:doc:`AbstractItem class <abstractitem_api>`

Attrubutes and properties
=========================

.. toctree::
    :maxdepth: 1
    :glob:
    
    item/at_*

Mehods 
======

.. toctree::
    :maxdepth: 1
    :glob:
    
    item/m_*

Events
======

.. toctree::
    :maxdepth: 1
    :glob:
    
    item/on_*
