Package muntjac :: Package ui :: Module tree_table
[hide private]
[frames] | no frames]

Module tree_table

source code

Classes [hide private]
  TreeTable
TreeTable extends the Table component so that it can also visualize a hierarchy of its Items in a similar manner that {@link Tree} does.
  IContainerStrategy
  AbstractStrategy
  CollapsibleStrategy
This strategy is used if current container implements Collapsible.
  HierarchicalStrategy
Strategy for Hierarchical but not Collapsible container like HierarchicalContainer.
Variables [hide private]
  logger = logging.getLogger(__name__)