summaryrefslogtreecommitdiff
path: root/doc/source/ref/tabs.rst
blob: 807385caf2ba0b7e27ca4c6c555985d06bd04ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
==========================
Horizon Tabs and TabGroups
==========================

.. module:: horizon.tabs

Horizon includes a set of reusable components for programmatically
building tabbed interfaces with fancy features like dynamic AJAX loading
and nearly effortless templating and styling.

Tab Groups
==========

For any tabbed interface, your fundamental element is the tab group which
contains all your tabs. This class provides a dead-simple API for building
tab groups and encapsulates all the necessary logic behind the scenes.

.. autoclass:: TabGroup
    :members:

Tabs
====

The tab itself is the discrete unit for a tab group, representing one
view of data.

.. autoclass:: Tab
    :members:

.. autoclass:: TableTab
    :members:



TabView
=======

There is also a useful and simple generic class-based view for handling
the display of a :class:`~horizon.tabs.TabGroup` class.

.. autoclass:: TabView
    :members:

.. autoclass:: TabbedTableView
    :members: